[clang] [llvm] Vectorize: Support fminimumnum and fmaximumnum (PR #131781)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 19 01:08:43 PDT 2025
================
@@ -0,0 +1,407 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
----------------
arsenm wrote:
Should not be testing the vectorizer in clang. This needs a pure IR test in the backend
https://github.com/llvm/llvm-project/pull/131781
More information about the llvm-commits
mailing list