[llvm] [X86] Lower `minimum`/`maximum`/`minimumnum`/`maximumnum` using bitwise operations (PR #170069)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 1 02:22:11 PST 2025
================
@@ -1782,4 +1228,5 @@ declare double @llvm.vector.reduce.fmaximum.v4f64(<4 x double>)
declare double @llvm.vector.reduce.fmaximum.v8f64(<8 x double>)
declare double @llvm.vector.reduce.fmaximum.v16f64(<16 x double>)
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; AVX512: {{.*}}
----------------
phoebewang wrote:
Yes, remove it from the RUN lines.
https://github.com/llvm/llvm-project/pull/170069
More information about the llvm-commits
mailing list