[llvm] [VPlan] Add VPIRInstruction, use for exit block live-outs. (PR #100735)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 13:58:40 PDT 2024


================
@@ -339,6 +339,7 @@ class VPDef {
     VPBranchOnMaskSC,
     VPDerivedIVSC,
     VPExpandSCEVSC,
+    VPIRInstructionSC,
----------------
fhahn wrote:

Ah yes, we have a header phi ids are grouped together separately.

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


More information about the llvm-commits mailing list