[llvm] GlobalISel lane masks merging (PR #73337)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 06:23:42 PST 2023


================
@@ -895,3 +910,7 @@ void SILowerI1Copies::buildMergeLaneMasks(MachineBasicBlock &MBB,
         .addReg(CurMaskedReg ? CurMaskedReg : ExecReg);
   }
 }
+
+void Vreg1LoweringHelper::constrainIncomingRegisterTakenAsIs(Incoming &In) {
----------------
arsenm wrote:

What's the point of this function? Don't really understand the name 

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


More information about the llvm-commits mailing list