PulseAugur
EN
LIVE 08:19:22

LLMs achieve superoptimization for assembly programs, outperforming compilers

Researchers have developed SuperCoder, a system that uses large language models (LLMs) to optimize assembly programs beyond the capabilities of standard compilers. A benchmark dataset of over 8,000 assembly programs was created to test 23 LLMs, with Claude Opus 4 achieving a 51.5% success rate. After fine-tuning with reinforcement learning, a Qwen2.5-Coder-7B-Instruct model, named SuperCoder, reached a 95.0% correctness rate and a 1.46x speedup over gcc -O3, demonstrating LLMs' potential in program performance optimization. AI

IMPACT Demonstrates LLMs' capability to surpass traditional compiler optimizations for assembly code, potentially accelerating software performance improvements.

RANK_REASON Research paper detailing a new method for program optimization using LLMs. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLMs achieve superoptimization for assembly programs, outperforming compilers

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Anjiang Wei, Tarun Suresh, Huanmi Tan, Yinglun Xu, Gagandeep Singh, Ke Wang, Alex Aiken ·

    SuperCoder: Assembly Program Superoptimization with Large Language Models

    arXiv:2505.11480v4 Announce Type: replace-cross Abstract: Superoptimization is the task of transforming a program into a faster one, and ideally the very fastest possible one, while preserving its input-output behavior. In this work, we investigate whether large language models (…