[all-commits] [llvm/llvm-project] e089d4: [VPlan] VPWidenGEPRecipe uses first lane of invari...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat May 24 09:33:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e089d4894478bc1bf4661c239444e6583ca184e8
https://github.com/llvm/llvm-project/commit/e089d4894478bc1bf4661c239444e6583ca184e8
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-05-24 (Sat, 24 May 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/test/Transforms/LoopVectorize/widen-gep-all-indices-invariant.ll
Log Message:
-----------
[VPlan] VPWidenGEPRecipe uses first lane of invariant indices (NFC)
Update VPWidenGEPRecipe::onlyFirstLaneUsed to return true for indices
that are defined outside the loop regions, if the base pointer is not
invariant.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list