Files
clang-p2996/llvm/lib/Analysis/AliasAnalysis.cpp
Chengjun 94d933676c [AA] Move Target Specific AA before BasicAA (#125965)
In this change, NVPTX AA is moved before Basic AA to potentially improve
compile time. Additionally, it introduces a flag in the
`ExternalAAWrapper` that allows other backends to run their
target-specific AA passes before Basic AA, if desired.

The change works for both New Pass Manager and Legacy Pass Manager.

Original implementation by Princeton Ferro <pferro@nvidia.com>
2025-05-07 15:25:48 -07:00

34 KiB