[llvm] [VPlan] Add new VPPhi subclass for VPInstruction with PHI opcodes. (PR #139151)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri May 9 08:03:58 PDT 2025
================
@@ -1142,6 +1142,28 @@ class VPPhiAccessors {
#endif
};
+struct VPPhi : public VPInstruction, public VPPhiAccessors {
+ VPPhi(unsigned Opcode, ArrayRef<VPValue *> Operands, DebugLoc DL,
----------------
fhahn wrote:
Nope, dropped, thanks!
https://github.com/llvm/llvm-project/pull/139151
More information about the llvm-commits
mailing list