[llvm] [LV][NFC] Remove "REQUIRES: asserts" line from some tests (PR #191795)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 06:12:04 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!
----------------
fhahn wrote:
would probably be good to just check the full IR for the generated vector loop?
https://github.com/llvm/llvm-project/pull/191795
More information about the llvm-commits
mailing list