4 papers
ECCO: Evidence-Driven Causal Reasoning for Compiler Optimization
Haolin Pan, Lianghong Huang, Jinyuan Dong +2
Compiler auto-tuning faces a dichotomy between traditional black-box search methods, which lack semantic guidance, and recent Large Language Model (LLM) approaches, which often suf…
Synergy-Guided Compiler Auto-Tuning of Nested LLVM Pass Pipelines
Haolin Pan, Jinyuan Dong, Mingjie Xing +1
Compiler optimization relies on sequences of passes to improve program performance. Selecting and ordering these passes automatically, known as compiler auto-tuning, is challenging…
GRACE: Cluster-Specific Sequence Reuse for Compiler Auto-Tuning
Haolin Pan, Chao Zha, Jinyuan Dong +2
Compiler auto-tuning aims to improve optimization quality beyond fixed compiler heuristics, but existing approaches often face a trade-off between effectiveness and deployability.…
Behavioral Embeddings of Programs: A Quasi-Dynamic Approach for Optimization Prediction
Haolin Pan, Jinyuan Dong, Hongbin Zhang +3
Learning effective numerical representations, or embeddings, of programs is a fundamental prerequisite for applying machine learning to automate and enhance compiler optimization.…