[llvm] [LV][NFC] Remove remaining uses of undef in tests (PR #169357)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 24 13:52:59 PST 2025
================
@@ -169,49 +169,3 @@ loop:
exit:
ret void
}
-
-; Make sure we do not crash when the stride is undef.
-define void @stride_undef(ptr %dst) mustprogress {
----------------
fhahn wrote:
just to note, poison stride already check above.
https://github.com/llvm/llvm-project/pull/169357
More information about the llvm-commits
mailing list