[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 08:44:43 PST 2025
================
@@ -36,6 +37,24 @@ namespace {
using StackEntry = std::pair<BasicBlock *, Value *>;
using StackVector = SmallVector<StackEntry, 16>;
+class LikelyVaryingHeuristic {
----------------
arsenm wrote:
Varying is still the wrong terminology, it's sounds like a value property
https://github.com/llvm/llvm-project/pull/123749
More information about the llvm-commits
mailing list