[all-commits] [llvm/llvm-project] 0a246a: [LV] Use VPValues when creating GEP with all invar...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jun 16 08:14:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a246a0c723dc94b77e83279d76c30010cdc2fc0
https://github.com/llvm/llvm-project/commit/0a246a0c723dc94b77e83279d76c30010cdc2fc0
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-06-16 (Fri, 16 Jun 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
A llvm/test/Transforms/LoopVectorize/widen-gep-all-indices-invariant.ll
Log Message:
-----------
[LV] Use VPValues when creating GEP with all invariant indices.
Update VPWidenGEPRecipe::execute to use the VPValue operands of the
recipe when creating the GEP instruction.
Fixes #63340.
More information about the All-commits
mailing list