[llvm] 67ff713 - [NFC][LV] Remove incorrect comment about lack of support (#142126)

via llvm-commits llvm-commits at lists.llvm.org
Fri May 30 04:25:58 PDT 2025


Author: Madhur Amilkanthwar
Date: 2025-05-30T13:25:55+02:00
New Revision: 67ff71305201bc6f9016ab46bda667729b50fff2

URL: https://github.com/llvm/llvm-project/commit/67ff71305201bc6f9016ab46bda667729b50fff2
DIFF: https://github.com/llvm/llvm-project/commit/67ff71305201bc6f9016ab46bda667729b50fff2.diff

LOG: [NFC][LV] Remove incorrect comment about lack of support (#142126)

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/AArch64/fminimumnum.ll

Removed: 
    


################################################################################
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