[llvm] [LV] Vectorize conditional scalar assignments (PR #158088)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 3 03:14:06 PST 2025
================
@@ -1045,3 +1303,5 @@ loop: ; preds = %entry, %loop
exit: ; preds = %loop
ret i64 %cond
}
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; CHECK: {{.*}}
----------------
MacDue wrote:
Remove the unused prefixes.
https://github.com/llvm/llvm-project/pull/158088
More information about the llvm-commits
mailing list