[llvm] [VPlan] Hook IR blocks into VPlan during skeleton creation (NFC) (PR #114292)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 7 04:22:43 PST 2024


================
@@ -3493,7 +3502,7 @@ void VPScalarPHIRecipe::execute(VPTransformState &State) {
 #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
 void VPScalarPHIRecipe::print(raw_ostream &O, const Twine &Indent,
                               VPSlotTracker &SlotTracker) const {
-  O << Indent << "SCALAR-PHI";
+  O << Indent << "SCALAR-PHI ";
----------------
fhahn wrote:

Related to printing VPlan later, moved to 156da986834700890d606b9bd14d3e748c0a82b0

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


More information about the llvm-commits mailing list