diff options
author | Nikita Popov <npopov@redhat.com> | 2024-09-23 09:32:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 09:32:24 +0200 |
commit | 8a6248b739d705577fa5414b4010605dca38aa79 (patch) | |
tree | 5a281831de6f7e62a8b332ee4df2273dcf946ca4 /llvm/lib/Transforms/Utils/LoopVersioning.cpp | |
parent | 5a4c6f97997f3cdfa9d98f7f0b546e331ee9cc4a (diff) | |
download | llvm-8a6248b739d705577fa5414b4010605dca38aa79.zip llvm-8a6248b739d705577fa5414b4010605dca38aa79.tar.gz llvm-8a6248b739d705577fa5414b4010605dca38aa79.tar.bz2 |
[SimplifyCFG] Don't separate a load/store from its gep during sinking (#102318)
If we can sink the a load/store, but not the gep producing its pointer
operand, don't sink the load/store either. This may prevent the gep from
being folded into an addressing mode, and may also negatively affect
further analysis.
Fixes https://github.com/llvm/llvm-project/issues/96838.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopVersioning.cpp')
0 files changed, 0 insertions, 0 deletions