[llvm] [AMDGPU] Eliminate likely-spurious execz checks (PR #117567)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 07:45:32 PST 2024


================
@@ -65,6 +65,9 @@ FUNCTION_PASS("amdgpu-unify-divergent-exit-nodes",
               AMDGPUUnifyDivergentExitNodesPass())
 FUNCTION_PASS("amdgpu-usenative", AMDGPUUseNativeCallsPass())
 FUNCTION_PASS("si-annotate-control-flow", SIAnnotateControlFlowPass(*static_cast<const GCNTargetMachine *>(this)))
+FUNCTION_PASS("amdgpu-annotate-varying-branch-weights",
----------------
arsenm wrote:

Passes should be sorted alphabetically here 

https://github.com/llvm/llvm-project/pull/117567


More information about the llvm-commits mailing list