[all-commits] [llvm/llvm-project] d0f56c: [AArch64] Add and expand the testing of fmin/fmax ...
David Green via All-commits
all-commits at lists.llvm.org
Mon Jun 19 07:47:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0f56c3e5cc0ead069280d59c41fe12567ed0619
https://github.com/llvm/llvm-project/commit/d0f56c3e5cc0ead069280d59c41fe12567ed0619
Author: David Green <david.green at arm.com>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M llvm/test/Analysis/CostModel/AArch64/reduce-minmax.ll
M llvm/test/CodeGen/AArch64/vecreduce-fadd.ll
M llvm/test/CodeGen/AArch64/vecreduce-fmax-legalization.ll
M llvm/test/CodeGen/AArch64/vecreduce-fmaximum.ll
M llvm/test/CodeGen/AArch64/vecreduce-fmin-legalization.ll
A llvm/test/CodeGen/AArch64/vecreduce-fminimum.ll
Log Message:
-----------
[AArch64] Add and expand the testing of fmin/fmax reduction. NFC
For both CodeGen and CostModelling, this adds extran testing for the new
lvm.vector.reduce.fmaximum and lvm.vector.reduce.fminimum intrinsics, as well
as making sure there is test coverage for all the various cases.
More information about the All-commits
mailing list