[all-commits] [llvm/llvm-project] af99aa: [LV] Set imbounds flag using CreateGEP in VPWidenM...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Mar 21 04:44:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af99aa0ff77da893457605113062220957dc7499
https://github.com/llvm/llvm-project/commit/af99aa0ff77da893457605113062220957dc7499
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-03-21 (Tue, 21 Mar 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Set imbounds flag using CreateGEP in VPWidenMemInst (NFC).
This avoids having to cast the result of the builder to
GetElementPtrInst.
More information about the All-commits
mailing list