[all-commits] [llvm/llvm-project] 1d1cba: [VPlan] Remove stray indent when printing scalar s...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Sep 17 02:18:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d1cba44eab317a88e686b1a86da65754bd0537b
https://github.com/llvm/llvm-project/commit/1d1cba44eab317a88e686b1a86da65754bd0537b
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-09-17 (Sun, 17 Sep 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[VPlan] Remove stray indent when printing scalar steps recipe.
VPScalarIVStepsRecipe will now be printed as
vp<%6> = SCALAR-STEPS vp<%3>, ir<1>
instead of
vp<%6> = SCALAR-STEPS vp<%3>, ir<1>
More information about the All-commits
mailing list