aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2024-09-23 09:32:24 +0200
committerGitHub <noreply@github.com>2024-09-23 09:32:24 +0200
commit8a6248b739d705577fa5414b4010605dca38aa79 (patch)
tree5a281831de6f7e62a8b332ee4df2273dcf946ca4 /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
parent5a4c6f97997f3cdfa9d98f7f0b546e331ee9cc4a (diff)
downloadllvm-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/LoopUnrollRuntime.cpp')
0 files changed, 0 insertions, 0 deletions