[llvm] [VPlan] Propagate FastMathFlags from phis to blends (PR #180226)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 6 09:04:30 PST 2026
================
@@ -1613,7 +1616,8 @@ void VPPhi::printRecipe(raw_ostream &O, const Twine &Indent,
VPSlotTracker &SlotTracker) const {
O << Indent << "EMIT" << (isSingleScalar() ? "-SCALAR" : "") << " ";
printAsOperand(O, SlotTracker);
- O << " = phi ";
+ O << " = phi";
----------------
david-arm wrote:
Space after 'phi'?
https://github.com/llvm/llvm-project/pull/180226
More information about the llvm-commits
mailing list