[llvm] [DAGCombiner] Fix mayAlias not accounting for scalable MMOs with offsets (PR #90573)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 02:48:12 PDT 2024


================
@@ -1,19 +1,20 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
 ; RUN: llc < %s -mtriple=riscv64 -mattr=+v | FileCheck %s
 
-; FIXME: The i32 load and store pair isn't dead and shouldn't be omitted.
 define void @f(ptr %p) vscale_range(2,2) {
----------------
arsenm wrote:

Update the comment to explain what this is testing 

https://github.com/llvm/llvm-project/pull/90573


More information about the llvm-commits mailing list