[llvm] [GlobalISel] Fix store merging incorrectly classifying an unknown index expr as 0. (PR #90375)
Dhruv Chawla via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 27 22:29:31 PDT 2024
================
@@ -586,8 +594,6 @@ body: |
bb.1 (%ir-block.0):
liveins: $x0, $x1
- ; The store to ptr2 prevents merging into a single store.
- ; We can still merge the stores into addr1 and addr2.
----------------
dc03-work wrote:
Should these comments be removed?
https://github.com/llvm/llvm-project/pull/90375
More information about the llvm-commits
mailing list