[llvm] [AMDGPU] Eliminate likely-spurious execz checks via intrinsic argument (PR #123749)

Fabian Ritter via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 00:49:58 PST 2025


================
@@ -385,6 +418,62 @@ bool SIAnnotateControlFlow::run() {
   return Changed;
 }
 
+bool LikelyVaryingHeuristic::isRelevantSourceOfDivergence(
----------------
ritter-x2a wrote:

8dd9600d1eff17432bb8f286bd17ab0d4c69fb11 also renamed:
`isRelevantSourceOfDivergence` -> `isWorkitemID`

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


More information about the llvm-commits mailing list