[all-commits] [llvm/llvm-project] 231006: [InstSimplify] Simplify calculation of GEP result ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Nov 17 08:14:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2310066faab21996a52513c5475552f0e28f0624
https://github.com/llvm/llvm-project/commit/2310066faab21996a52513c5475552f0e28f0624
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
Log Message:
-----------
[InstSimplify] Simplify calculation of GEP result pointer type (NFC)
The result type is the same as the input pointer type, except for
splat geps.
More information about the All-commits
mailing list