[all-commits] [llvm/llvm-project] eb44f3: [RISCV] Add rv32i/rv64i command lines to some floa...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Nov 11 10:56:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb44f3fc584b3c00c96b045851e2cf0a78e96e21
https://github.com/llvm/llvm-project/commit/eb44f3fc584b3c00c96b045851e2cf0a78e96e21
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M llvm/test/CodeGen/RISCV/double-arith.ll
M llvm/test/CodeGen/RISCV/double-convert.ll
M llvm/test/CodeGen/RISCV/double-fcmp.ll
M llvm/test/CodeGen/RISCV/double-intrinsics.ll
M llvm/test/CodeGen/RISCV/float-arith.ll
M llvm/test/CodeGen/RISCV/float-convert.ll
M llvm/test/CodeGen/RISCV/float-fcmp.ll
M llvm/test/CodeGen/RISCV/float-frem.ll
M llvm/test/CodeGen/RISCV/float-intrinsics.ll
M llvm/test/CodeGen/RISCV/half-arith.ll
M llvm/test/CodeGen/RISCV/half-convert.ll
M llvm/test/CodeGen/RISCV/half-fcmp.ll
M llvm/test/CodeGen/RISCV/half-intrinsics.ll
M llvm/test/CodeGen/RISCV/rv64i-double-softfloat.ll
M llvm/test/CodeGen/RISCV/rv64i-single-softfloat.ll
Log Message:
-----------
[RISCV] Add rv32i/rv64i command lines to some floating point tests. NFC
This improves our coverage of soft float libcalls lowering.
Remove most of the test cases from rv64i-single-softfloat.ll. They
were duplicated in the test files that now test softflow. Only
a couple test cases for constrained FP remain. Those should be
removed when we start supporting constrained FP.
This is follow up from D113528.
More information about the All-commits
mailing list