[all-commits] [llvm/llvm-project] 0ec5f1: [RISCV] Reduce duplicate FP test cases.
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Dec 9 08:41:08 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ec5f1e64fb2c38519bdefc85c018ed4f0a8d7c1
https://github.com/llvm/llvm-project/commit/0ec5f1e64fb2c38519bdefc85c018ed4f0a8d7c1
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-12-09 (Thu, 09 Dec 2021)
Changed paths:
M llvm/test/CodeGen/RISCV/double-arith.ll
M llvm/test/CodeGen/RISCV/float-arith.ll
M llvm/test/CodeGen/RISCV/half-arith.ll
Log Message:
-----------
[RISCV] Reduce duplicate FP test cases.
-Remove feq, fle, flt tests from *-arith.ll in favor of *-fcmp.ll which tests all predicates.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D113703
More information about the All-commits
mailing list