[llvm] [LV][NFC] Remove "REQUIRES: asserts" line from some tests (PR #191795)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 05:03:26 PDT 2026
================
@@ -32,8 +31,8 @@
; We can vectorize this loop because we are storing an invariant value into an
; invariant address.
-; CHECK: LV: We can vectorize this loop!
----------------
david-arm wrote:
This line was simply testing that a) we don't crash, and b) we pass legality checks. Instead of relying upon debug output for this one case, I've simply forced the vector width to 4 and now testing that we generate a vector loop. This also tests a) and b), but without relying upon debug.
https://github.com/llvm/llvm-project/pull/191795
More information about the llvm-commits
mailing list