[all-commits] [llvm/llvm-project] e6f31f: [InstCombine] Use GEP type instead of pointee type
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Dec 28 05:58:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6f31f4e51df484e2f34c6c9cfd8d791cdee2eb0
https://github.com/llvm/llvm-project/commit/e6f31f4e51df484e2f34c6c9cfd8d791cdee2eb0
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-28 (Tue, 28 Dec 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
Log Message:
-----------
[InstCombine] Use GEP type instead of pointee type
The GEP source type is independent of whether it is a scalar or
vector GEP, as such we can simply preserve it.
More information about the All-commits
mailing list