[llvm] [AMDGPU] Eliminate likely-spurious execz checks via intrinsic argument (PR #123749)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 06:47:53 PST 2025
================
@@ -385,6 +418,62 @@ bool SIAnnotateControlFlow::run() {
return Changed;
}
+bool LikelyVaryingHeuristic::isRelevantSourceOfDivergence(
----------------
arsenm wrote:
Rephrase, these are all functions of the workitem ID
https://github.com/llvm/llvm-project/pull/123749
More information about the llvm-commits
mailing list