[llvm] [NFC] Remove incorrect comment about lack of support (PR #142126)
Madhur Amilkanthwar via llvm-commits
llvm-commits at lists.llvm.org
Fri May 30 04:25:36 PDT 2025
https://github.com/madhur13490 created https://github.com/llvm/llvm-project/pull/142126
None
>From 0e426d32bc7aef3569889aa4fa93f7d19e89c001 Mon Sep 17 00:00:00 2001
From: Madhur Amilkanthwar <madhura at nvidia.com>
Date: Thu, 29 May 2025 11:29:20 -0700
Subject: [PATCH] [NFC] Remove incorrect comment about lack of support
---
llvm/test/Transforms/LoopVectorize/AArch64/fminimumnum.ll | 2 --
1 file changed, 2 deletions(-)
diff --git a/llvm/test/Transforms/LoopVectorize/AArch64/fminimumnum.ll b/llvm/test/Transforms/LoopVectorize/AArch64/fminimumnum.ll
index b849ebea37ae2..403a5f186a8d6 100644
--- a/llvm/test/Transforms/LoopVectorize/AArch64/fminimumnum.ll
+++ b/llvm/test/Transforms/LoopVectorize/AArch64/fminimumnum.ll
@@ -1,7 +1,5 @@
; 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,+fullfp16" -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) {
; CHECK-LABEL: define void @fmin32(
; CHECK-SAME: ptr noundef readonly captures(none) [[INPUT1:%.*]], ptr noundef readonly captures(none) [[INPUT2:%.*]], ptr noundef writeonly captures(none) [[OUTPUT:%.*]]) #[[ATTR0:[0-9]+]] {
More information about the llvm-commits
mailing list