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