[llvm] [AMDGPU] Change control flow intrinsic lowering making the wave to re… (PR #86805)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 12:49:13 PDT 2024


================
@@ -82,6 +82,9 @@ class SILowerControlFlow : public MachineFunctionPass {
   SmallSet<Register, 8> RecomputeRegs;
 
   const TargetRegisterClass *BoolRC = nullptr;
+  long unsigned TestMask;
----------------
arsenm wrote:

uint64_t 

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


More information about the llvm-commits mailing list