[all-commits] [llvm/llvm-project] b27118: [RISCV] Use FP ABI on some of the FP tests to redu...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Jan 10 09:08:55 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b271184f07ea20ab05a40c0806bab46572e41405
https://github.com/llvm/llvm-project/commit/b271184f07ea20ab05a40c0806bab46572e41405
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-01-10 (Mon, 10 Jan 2022)
Changed paths:
M llvm/test/CodeGen/RISCV/double-arith-strict.ll
M llvm/test/CodeGen/RISCV/double-arith.ll
M llvm/test/CodeGen/RISCV/double-br-fcmp.ll
M llvm/test/CodeGen/RISCV/double-convert-strict.ll
M llvm/test/CodeGen/RISCV/double-convert.ll
M llvm/test/CodeGen/RISCV/double-fcmp.ll
M llvm/test/CodeGen/RISCV/double-intrinsics-strict.ll
M llvm/test/CodeGen/RISCV/double-intrinsics.ll
M llvm/test/CodeGen/RISCV/double-select-fcmp.ll
M llvm/test/CodeGen/RISCV/float-arith-strict.ll
M llvm/test/CodeGen/RISCV/float-arith.ll
M llvm/test/CodeGen/RISCV/float-br-fcmp.ll
M llvm/test/CodeGen/RISCV/float-convert-strict.ll
M llvm/test/CodeGen/RISCV/float-convert.ll
M llvm/test/CodeGen/RISCV/float-fcmp.ll
M llvm/test/CodeGen/RISCV/float-intrinsics-strict.ll
M llvm/test/CodeGen/RISCV/float-intrinsics.ll
M llvm/test/CodeGen/RISCV/float-select-fcmp.ll
Log Message:
-----------
[RISCV] Use FP ABI on some of the FP tests to reduce the number of CHECK lines. NFC
These tests are interested in the FP instructions being used, not
the conversions needed to pass the arguments/returns in GPRs.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D116869
More information about the All-commits
mailing list