[llvm] LLVM/Test: Add vectorizing testcases for fminimumnum and fminimumnum (PR #133843)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 21:12:17 PDT 2025


================
@@ -0,0 +1,265 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; FIXME: fmaximumnum/fminimumnum have no vectorizing support yet.
+; RUN: opt --passes=loop-vectorize --mtriple=aarch64 -mattr="+neon" -S < %s | FileCheck %s --check-prefix=ARM64
----------------
wangpc-pp wrote:

We may not need the prefix since they are in their own dir now.

https://github.com/llvm/llvm-project/pull/133843


More information about the llvm-commits mailing list