[llvm] [DAG] Refactor X86 combineVSelectWithAllOnesOrZeros fold into a generic DAG Combine (PR #145298)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 25 05:27:01 PDT 2025
================
@@ -643,3 +618,6 @@ define void @min_v2f64(ptr %c, ptr %a, ptr %b) nounwind {
store <2 x double> %3, ptr %c
ret void
}
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; MIPS: {{.*}}
+; MIPSEL: {{.*}}
----------------
RKSimon wrote:
you can remove the check-prefixes= lines from the RUNs at the top of the file now (default is CHECK) and this will disappear
https://github.com/llvm/llvm-project/pull/145298
More information about the llvm-commits
mailing list