Repair loops are powerful — Single-iteration repair fixes most errors
🚀 How to Run
bash
1# Install dependencies2pip install huggingface_hub openai
34# Set your HF token5exportHF_TOKEN=your_token_here
67# Run the full pipeline8python run_pipeline_v2.py
910# Generate report from existing results11python report_generator.py results/
📚 References
Jiang et al. (2025). "Can LLMs Understand IR?" arXiv:2502.06854
Cummins et al. (2023). "LLMs for Compiler Optimization." ICLR 2024. arXiv:2309.07062