[llvm] DSE: lift limitation on sizes being non-scalable (PR #110670)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 05:59:26 PDT 2024
================
@@ -47,6 +47,29 @@ bb:
ret void
}
+define void @ScalableVectorTestFullyOverlapping(ptr %arg, i32 %i) {
----------------
artagnon wrote:
Done. Note that there is no test-update here, due to a deficiency in AA, which I expect will be fixed by #110519.
https://github.com/llvm/llvm-project/pull/110670
More information about the llvm-commits
mailing list