We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069767b commit d3df2c3Copy full SHA for d3df2c3
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -1104,7 +1104,7 @@ void VPPhi::execute(VPTransformState &State) {
1104
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
1105
void VPPhi::print(raw_ostream &O, const Twine &Indent,
1106
VPSlotTracker &SlotTracker) const {
1107
- O << Indent << "EMIT ";
+ O << Indent << "EMIT" << (isSingleScalar() ? "-SCALAR" : "") << " ";
1108
printAsOperand(O, SlotTracker);
1109
const VPBasicBlock *Parent = getParent();
1110
if (Parent == Parent->getPlan()->getScalarPreheader()) {
0 commit comments