[llvm] DSE: pre-commit tests for scalable vectors (PR #110669)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 28 03:53:25 PST 2024


================
@@ -655,3 +655,81 @@ exit:
   call void @use(ptr %p) argmemonly
   ret void
 }
+
+define void @scalable_scalable_redundant_store(ptr %ptr) {
----------------
fhahn wrote:

Should we have at least one test here with a non-constant offset like in the tests in `offsetted-overlapping-stores.ll`?

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


More information about the llvm-commits mailing list