CGO 2026
Sat 31 January - Wed 4 February 2026 Sydney, Australia
co-located with HPCA/CGO/PPoPP/CC 2026
Sun 1 Feb 2026 18:00 - 20:00 at Pyrmont Foyer - Posters

Alias Analysis (AA) is essential for compile-time optimization. However, the AA implemented in mainstream compilers such as LLVM is fundamentally elementary and often suffers from low accuracy; about 85% of pointer pairs are conservatively classified as May-Alias. Additionally, LLVM’s support for inter-procedural AA is limited. State-of-the-art AA tools, such as Static Value-Flow Analysis Framework (SVF), offer higher accuracy and handle inter-procedural cases, but integrating these modern analyses into production compilers proves challenging due to compiler version mismatches, causing portability and upgrade difficulties. Our insight is based on the fact that the compiler Intermediate Representation (IR) changes infrequently and remains consistent across multiple compiler versions. By leveraging this, we can encode results from external alias analyses (even those implemented on older compiler versions) and then read these analysis outcomes in newer compiler versions. We propose AADB, which decouples SVF and LLVM, making the more recent LLVM version operate with older SVF versions. By integrating precise AA results in SLP pass, we obtained an average (geomean) improvement of 0.6% and a maximum of 3.6% in x264 on SPEC CPU 2017 on Intel I7 13700K over the compiler baseline.

Checkout pre-recorded talk

Sun 1 Feb

Displayed time zone: Hobart change

18:00 - 20:00
18:00
2h
Poster
Tensor Abstraction Enabling Explicit Layout Optimization in Homomorphic Encryption
Student Research Competition
Seongho Kim Yonsei University, Hanjun Kim Yonsei University
18:00
2h
Poster
UniCon: Unified Controllers for the Quantum Computers
Student Research Competition
Ercüment Kaya Technical University of München and Leibniz Supercomputing Centre, Hossam Ahmed Technical University of München and Leibniz Supercomputing Centre, Martin Schulz Technical University of Munich
18:00
2h
Poster
MDH-DSL: Reduction-Aware Data Parallelism via Multi-Dimensional Homomorphisms
Student Research Competition
Richard Schulze University of Muenster, Sergei Gorlatch University of Muenster
Link to publication
18:00
2h
Poster
Effective Tiling for the Snitch Cluster
Student Research Competition
Emily Sillars University of Murcia, Spain, Alexandra Jimborean University of Murcia
18:00
2h
Poster
Automated Adversarial Test Generation for Debugging Neural Compiler Optimizations
Student Research Competition
Vasu Jindal Columbia University
18:00
2h
Poster
Unlocking Vectorization Scope: Extensible Vectorization via Unified Dependence Semantics
Student Research Competition
Shihan Fang Shanghai Jiao Tong University, Wenxin Zheng Shanghai Jiao Tong University
18:00
2h
Poster
Unifying Medium Sparse Processing Frameworks
Student Research Competition
Meisam Tarabkhah University of Edinburgh, Amir Shaikhha University of Edinburgh
18:00
2h
Poster
Bridging Linalg Dialect with Gemmini Backend
Student Research Competition
Jaemin Kim Yonsei University, Hanjun Kim Yonsei University
18:00
2h
Poster
Leveraging Alias Analysis Without Porting
Student Research Competition
Ravikiran Ravindranath Reddy University of Murcia, Alberto Ros University of Murcia, Alexandra Jimborean University of Murcia