[all-commits] [llvm/llvm-project] e4de3c: [LV] Pass VPWidenPHIRecipe to widenPHIInstruction ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Apr 8 06:25:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4de3cdf3d66590ac7ac3eb468c3027aaa11a71b
https://github.com/llvm/llvm-project/commit/e4de3cdf3d66590ac7ac3eb468c3027aaa11a71b
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Pass VPWidenPHIRecipe to widenPHIInstruction (NFC).
Instead of passing the start value and the defined value to
widenPHIInstruction, pass the VPWidenPHIRecipe directly, which can be
used to get both (and more in future patches).
More information about the All-commits
mailing list