[llvm] [VPlan] Add VPIRInstruction, use for exit block live-outs. (PR #100735)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 25 06:57:55 PDT 2024
================
@@ -339,6 +339,7 @@ class VPDef {
VPBranchOnMaskSC,
VPDerivedIVSC,
VPExpandSCEVSC,
+ VPIRInstructionSC,
----------------
fhahn wrote:
Below is just for header phis, so I think it wouldn't apply of VPIRPhi at least for now. I've left it for now as is.
https://github.com/llvm/llvm-project/pull/100735
More information about the llvm-commits
mailing list