[all-commits] [llvm/llvm-project] a854f0: [AArch64] Add SVE predicated operations tests. NFC
David Green via All-commits
all-commits at lists.llvm.org
Fri Jun 2 07:08:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a854f06e0fe97adefec0957ab0118388fe5a11af
https://github.com/llvm/llvm-project/commit/a854f06e0fe97adefec0957ab0118388fe5a11af
Author: David Green <david.green at arm.com>
Date: 2023-06-02 (Fri, 02 Jun 2023)
Changed paths:
M llvm/test/CodeGen/AArch64/sve-fp-int-min-max.ll
M llvm/test/CodeGen/AArch64/sve-min-max-pred.ll
A llvm/test/CodeGen/AArch64/sve-pred-selectop.ll
A llvm/test/CodeGen/AArch64/sve-pred-selectop2.ll
A llvm/test/CodeGen/AArch64/sve-pred-selectop3.ll
Log Message:
-----------
[AArch64] Add SVE predicated operations tests. NFC
Originally from the MVE tests, this adds tests for various operations which can
often be converted to predicated instructions under SVE. Additionally some tests
for commutativity and extra uses of the existing smin/smax operations. See the
patches D149969/ D151084 / D151080 / D149967 / etc.
More information about the All-commits
mailing list