[all-commits] [llvm/llvm-project] e4dc7d: [InstCombine] Remove redundant cast of GEP fold (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Oct 27 02:47:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4dc7d492c7bf65b281f178c0c00ad423a3a4c5c
https://github.com/llvm/llvm-project/commit/e4dc7d492c7bf65b281f178c0c00ad423a3a4c5c
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
Log Message:
-----------
[InstCombine] Remove redundant cast of GEP fold (NFC)
With opaque pointers, zero-index GEPs will be eliminated in
general.
More information about the All-commits
mailing list