[llvm] [NFC][VPlan] Print element type for vector[-end]-pointer recipes (PR #212332)
Andrei Elovikov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 08:31:16 PDT 2026
================
@@ -3232,6 +3232,9 @@ void VPVectorEndPointerRecipe::printRecipe(raw_ostream &O, const Twine &Indent,
printAsOperand(O, SlotTracker);
O << " = vector-end-pointer";
printFlags(O);
+ getSourceElementType()->print(O);
+ O << ", ";
+
----------------
eas wrote:
I thought it's more readable like this, but I can drop - done.
https://github.com/llvm/llvm-project/pull/212332
More information about the llvm-commits
mailing list