llvm-project
94d93367 - [AA] Move Target Specific AA before BasicAA (#125965)

Commit
350 days ago
[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>
Author
Parents
Loading