[libcxx-commits] [clang] [lldb] [clang-tools-extra] [llvm] [flang] [lld] [compiler-rt] [libcxx] [libc] [AMDGPU] Use alias info to relax waitcounts for LDS DMA (PR #74537)
Matt Arsenault via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 16 21:46:40 PST 2024
================
@@ -130,6 +130,8 @@
; GCN-O0-NEXT: MachineDominator Tree Construction
; GCN-O0-NEXT: Machine Natural Loop Construction
; GCN-O0-NEXT: MachinePostDominator Tree Construction
+; GCN-O0-NEXT: Basic Alias Analysis (stateless AA impl)
+; GCN-O0-NEXT: Function Alias Analysis Results
----------------
arsenm wrote:
You can check the opt level in getAnalysisUsage too, from the TargetMachine
https://github.com/llvm/llvm-project/pull/74537
More information about the libcxx-commits
mailing list