iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
New Senate bill targets 'chameleon carriers' that reopen to escape penalties Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity New Senate bill targets 'chameleon carriers' that reopen to escape penalties Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity
Home ›› Technology ›› Ai ›› Llms ›› AutoPass: Evidence-Guided LLM Agents Achieve Compiler Speedups of 1.117x on ARM64

AutoPass: Evidence-Guided LLM Agents Achieve Compiler Speedups of 1.117x on ARM64

Researchers present AutoPass, a multi-agent LLM framework that uses compiler and runtime evidence to guide compiler optimization decisions. Without training, it outperforms expert-tuned heuristics and classical autotuning, achieving geometric-mean speedups of 1.043x on x86-64 and 1.117x on ARM64 over LLVM -O3.

iG
iGEN Editorial
June 20, 2026
AutoPass: Evidence-Guided LLM Agents Achieve Compiler Speedups of 1.117x on ARM64

Enterprise software performance tuning remains a costly, manual bottleneck, particularly in compiler optimization where microarchitectural complexity and noisy runtime measurements resist automation. According to a paper published on arXiv, researchers from the field of software engineering have introduced AutoPass, a multi-agent framework that leverages large language models (LLMs) to orchestrate compiler optimization decisions using direct compiler and runtime evidence.

Approach: Evidence-Guided Multi-Agent System

Traditional autotuning methods treat the compiler as a black box, searching optimization combinations without internal insight. AutoPass instead opens the compiler to the LLM, enabling it to query compiler-internal optimization states and analyze the intermediate representation to orchestrate compiler options. The system operates in an inference-only, training-free setting, requiring no offline training or task-specific fine-tuning. This design makes it readily applicable to new benchmarks and platforms, according to the paper.

The search process iteratively refines optimization configurations using measured runtime feedback to diagnose regressions and guide latency-improving edits. The framework is implemented on the LLVM compiler and was evaluated on server-grade x86-64 and embedded ARM64 systems.

Performance Results

The authors report that AutoPass outperforms expert-tuned heuristics and classical autotuning methods, achieving geometric-mean speedups of 1.043x over LLVM -O3 on x86-64 and 1.117x on ARM64. These gains are notable because they require no additional training data or fine-tuning, relying solely on inference from a pretrained LLM.

Metric x86-64 ARM64
Speedup vs LLVM -O3 1.043x 1.117x
Training required No No
Compiler integration LLVM LLVM

Implications for Compiler Engineering

The ability to achieve double-digit percentage speedups on ARM64 — a common architecture for mobile and embedded devices — suggests that LLM-guided compiler tuning can bridge the gap between generic optimization levels and platform-specific hand-tuning. The inference-only approach also eliminates the overhead of reinforcement learning or supervised training, making the system practical for production environments where compiler targets change frequently.

However, the paper notes that runtime measurements remain noisy, and the agent must account for variability. The evidence-guided design mitigates this by using compiler-internal signals alongside runtime feedback, reducing reliance on noisy end-to-end timing alone.

Enterprise Relevance

For enterprises running large-scale codebases on heterogeneous hardware — from cloud x86-64 servers to ARM-based edge devices — incremental compiler improvements compound significantly. A 4.3% improvement on x86-64 or 11.7% on ARM64 can reduce cloud compute costs, lower energy consumption, and improve latency for user-facing services. The training-free nature means the system can be deployed immediately without the data pipelines required for traditional ML-based optimizers.

The AutoPass framework is open to integration with other compilers and LLM backends, though the paper only evaluates on LLVM. Further research may extend the approach to GPU compilers or just-in-time (JIT) compilation environments.

As compiler optimization grows more complex with modern architectures, evidence-guided LLM agents like AutoPass offer a path to automated performance tuning that learns from the compiler itself, not from historical benchmarks alone.


Sources:

Keep Reading

Recommended Stories

SMEPilot Boosts LLM Inference Up to 3.94x on CPUs with Scalable Matrix Extensions Technology

SMEPilot Boosts LLM Inference Up to 3.94x on CPUs with Scalable Matrix Extensions

Researchers have developed SMEPilot, an LLM inference engine that leverages Arm Scalable Matrix Extension (SME) to optimize execution on CPUs. By selecting CPU-only, SME-only, or cooperative SME+CPU execution per operator shape, SMEPilot improves end-to-end inference by up to 3.94x across multiple models and platforms.

June 16, 2026
E-mem: Multi-Agent Framework for Episodic Memory Reconstruction Boosts LLM Reasoning Efficiency by 70% Technology

E-mem: Multi-Agent Framework for Episodic Memory Reconstruction Boosts LLM Reasoning Efficiency by 70%

Researchers propose E-mem, a multi-agent framework that reconstructs episodic context for LLM agent memory, inspired by biological engrams. It uses a hierarchical architecture with assistant agents maintaining uncompressed contexts and a master agent orchestrating planning, achieving 54% F1 on the LoCoMo benchmark, surpassing the state-of-the-art GAM by 7.75% with over 70% token cost reduction.

June 16, 2026
New Research Shows Pretraining Data Composition Can Engineer Neural Scaling Laws for Particle Physics Technology

New Research Shows Pretraining Data Composition Can Engineer Neural Scaling Laws for Particle Physics

A new arXiv paper demonstrates that neural scaling laws in particle physics can be engineered by adjusting pretraining data composition. The study shows that including more diverse and task-aligned synthetic data can shift scaling behavior to require more data rather than larger models, offering insights for efficient AI training.

July 8, 2026
DiverseDistill: New Knowledge Distillation Method Recovers Over 70% of Performance Gap Using Teacher Committees Technology

DiverseDistill: New Knowledge Distillation Method Recovers Over 70% of Performance Gap Using Teacher Committees

Researchers propose DiverseDistill, a knowledge distillation framework that combines a large foundation model with domain-specific experts as a diverse committee. The method recovers 73–114% of the teacher-student performance gap on recommendation and vision tasks while requiring no parameter updates or architectural changes.

July 8, 2026