[all-commits] [llvm/llvm-project] 3f2fb7: [VPlan] Make IV operand explicit for VPWidenCanoni...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Jan 13 03:13:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f2fb767e33ae2025a672176427188e3f258f09e
https://github.com/llvm/llvm-project/commit/3f2fb767e33ae2025a672176427188e3f258f09e
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-01-13 (Thu, 13 Jan 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll
Log Message:
-----------
[VPlan] Make IV operand explicit for VPWidenCanonicalIVRecipe (NFC).
This makes the def-use relationship between VPCanonicalIVPHIRecipe and
VPWidenCanonicalIVRecipe explicit. Needed for D117140.
More information about the All-commits
mailing list