[llvm] [VPlan] Introduce ExitPhi VPInstruction, use to create phi for FOR. (PR #94760)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 08:15:04 PDT 2024
================
@@ -729,6 +759,9 @@ void VPInstruction::print(raw_ostream &O, const Twine &Indent,
case VPInstruction::ActiveLaneMask:
O << "active lane mask";
break;
+ case VPInstruction::ResumePhi:
+ O << "exit-phi";
----------------
fhahn wrote:
Updated, thanks!
https://github.com/llvm/llvm-project/pull/94760
More information about the llvm-commits
mailing list