[llvm] [VPlan] Use pointer to member 0 as VPInterleaveRecipe's pointer arg. (PR #106431)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 6 14:07:27 PDT 2024


================
@@ -1323,6 +1322,13 @@ class VPInstruction : public VPRecipeWithIRFlags,
     assert(Opcode == Instruction::Or && "only OR opcodes can be disjoint");
   }
 
+  VPInstruction(VPValue *Ptr, VPValue *Offset, GEPFlagsTy Flags = {false},
----------------
fhahn wrote:

Done, thanks!

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


More information about the llvm-commits mailing list