[llvm] LLVM/Test: Add vectorizing testcases for fminimumnum and fminimumnum (PR #133843)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 01:52:38 PDT 2025
================
@@ -0,0 +1,255 @@
+; 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
+
+define void @fmin32(ptr noundef readonly captures(none) %input1, ptr noundef readonly captures(none) %input2, ptr noundef writeonly captures(none) %output) {
----------------
fhahn wrote:
You can drop most of the argument attributes, they are not needed
https://github.com/llvm/llvm-project/pull/133843
More information about the llvm-commits
mailing list