[llvm] DSE: lift limitation on sizes being non-scalable (PR #110670)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 03:46:33 PDT 2024


================
@@ -47,6 +47,29 @@ bb:
   ret void
 }
 
+define void @ScalableVectorTestFullyOverlapping(ptr %arg, i32 %i) {
----------------
fhahn wrote:

It would probably be good to add negative tests here as well and combinations where the first store is scalable and different constant GEP offsets

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


More information about the llvm-commits mailing list