[all-commits] [llvm/llvm-project] 1a5488: [LV] Ensure WidenCanonicalIVRecipe is always creat...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Dec 21 07:15:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a54889f48faceb931e2ead76cfb78e43191b297
https://github.com/llvm/llvm-project/commit/1a54889f48faceb931e2ead76cfb78e43191b297
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Ensure WidenCanonicalIVRecipe is always created in header (NFC).
The VPWidenCanonicalIVRecipe must always be created in the phi section
of the header block. Use that block as insert point.
More information about the All-commits
mailing list