diff options
author | Nikita Popov <npopov@redhat.com> | 2025-07-02 09:23:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-02 09:23:36 +0200 |
commit | 83272a48493948c5190be00e7e734a0335be86f8 (patch) | |
tree | 0320efb065c0592c3528802ba8d564940c3cf4f6 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 0588e8188c647460b641b09467fe6b13a8d510d5 (diff) | |
download | llvm-83272a48493948c5190be00e7e734a0335be86f8.zip llvm-83272a48493948c5190be00e7e734a0335be86f8.tar.gz llvm-83272a48493948c5190be00e7e734a0335be86f8.tar.bz2 |
[InstCombine] Fold icmp of gep chain with base (#144065)
Fold icmp between a chain of geps and its base pointer. Previously only
a single gep was supported.
This will be extended to handle the case of two gep chains with a common
base in a followup.
This helps to avoid regressions after #137297.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions