[clang] [llvm] Vectorize: Support fminimumnum and fmaximumnum (PR #131781)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 30 22:09:57 PDT 2025
================
@@ -0,0 +1,407 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
----------------
arsenm wrote:
You don't have a backend vectorization test. This PR contains no clang changes. You should delete the clang test and replace it with a backend IR test
https://github.com/llvm/llvm-project/pull/131781
More information about the llvm-commits
mailing list