ComBack: A Versatile Dataset for Enhancing Compiler Backend Development Efficiency

Ming Zhong, Fang Lyu, Lulin Wang, Hongna Geng, Lei Qiu +2 more
2/3/2026

Abstract

Compiler backends are tasked with generating executable machine code for processors. With the proliferation of diverse processors, it is imperative for programmers to tailor specific compiler backends to accommodate each one. Meanwhile, compiler backend development is a laborious and time-consuming task, lacking effective automation methods. Although language models have demonstrated strong abilities in code related tasks, the lack of appropriate datasets for compiler backend development limits the application of language models in this field. In this paper, we introduce ComBack, the first public dataset designed for improving compiler backend development capabilities of language models. Com-Back includes 178 backends for mainstream compilers and three tasks including statement-level completion, next-statement suggestion and code generation, representing common development scenarios. We conducted experiments by fine-tuning six pre-trained language models with ComBack, demonstrating its effectiveness in enhancing model accuracy across the three tasks. We further evaluated the top-performing model (CodeT5+) across the three tasks for new targets, comparing its accuracy with conventional methods (Fork-Flow), ChatGPT-3.5-Turbo, and Code-LLaMA-34B-Instruct. Remarkably, fine-tuned CodeT5+ with only 220M parameters on ComBack outperformed Fork-Flow methods significantly and surpassed ChatGPT and Code-LLaMA, suggesting potential efficiency improvements in compiler development. ComBack is avaliable at https://huggingface.co/datasets/docz-ict/ComBack .

DOISemantic Scholar

Code Implementations

No confident code match yet

We couldn't find an author-owned or strongly-evidenced community implementation for this paper. Any repos shown below are weak matches — verify before relying on them.

No code implementations found yet.

Know of an implementation? Let us know in the comments below!

Cite this paper

@article{zhong2026comback,
  title  = {ComBack: A Versatile Dataset for Enhancing Compiler Backend Development Efficiency},
  author = {Ming Zhong and Fang Lyu and Lulin Wang and Hongna Geng and Lei Qiu and Huimin Cui and Xiaobing Feng},
  year   = {2026},
  doi    = {10.52202/079017-3567},
  url    = {https://doi.org/10.52202/079017-3567},
  journal = {NEURIPS 2024 2024}
}

Discussion