diff options
author | Amara Emerson <amara@apple.com> | 2023-02-19 15:36:36 -0800 |
---|---|---|
committer | Amara Emerson <amara@apple.com> | 2023-02-19 15:55:50 -0800 |
commit | 66d64aac36a69d08509d5a00ef302ddf783e939f (patch) | |
tree | 992391e6b44d4f2b0d9a72b3b5236b952cc15e53 /llvm/lib/CodeGen/MachineModuleInfoImpls.cpp | |
parent | a98cafd1d0f1144bc9149f7781de41c1abf7c960 (diff) | |
download | llvm-66d64aac36a69d08509d5a00ef302ddf783e939f.zip llvm-66d64aac36a69d08509d5a00ef302ddf783e939f.tar.gz llvm-66d64aac36a69d08509d5a00ef302ddf783e939f.tar.bz2 |
[GlobalISel] Fix a store-merging bug due to use of >= instead of >.
This fixes a corner case where we would skip doing an alias check because of a
>= vs > bug, due to the presence of a non-aliasing instruction, in this case
the load %safeld.
Fixes issue #59376
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfoImpls.cpp')
0 files changed, 0 insertions, 0 deletions