Files
clang-p2996/llvm/lib/CodeGen/GlobalISel/LoadStoreOpt.cpp
Amara Emerson 66d64aac36 [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
2023-02-19 15:55:50 -08:00

25 KiB