[all-commits] [llvm/llvm-project] f69078: [RISCV] Update some tests to use floating point AB...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Feb 24 09:30:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f69078b77f6354e51715499f71d8923938399fad
https://github.com/llvm/llvm-project/commit/f69078b77f6354e51715499f71d8923938399fad
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M llvm/test/CodeGen/RISCV/double-imm.ll
M llvm/test/CodeGen/RISCV/double-mem.ll
M llvm/test/CodeGen/RISCV/float-imm.ll
M llvm/test/CodeGen/RISCV/float-mem.ll
M llvm/test/CodeGen/RISCV/fpclamptosat.ll
M llvm/test/CodeGen/RISCV/fpclamptosat_vec.ll
M llvm/test/CodeGen/RISCV/frm-dependency.ll
M llvm/test/CodeGen/RISCV/rv64d-double-convert-strict.ll
M llvm/test/CodeGen/RISCV/rv64d-double-convert.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-bitcast.ll
M llvm/test/CodeGen/RISCV/rvv/sink-splat-operands.ll
M llvm/test/CodeGen/RISCV/rvv/vmfeq-rv32.ll
M llvm/test/CodeGen/RISCV/rvv/vmfeq-rv64.ll
M llvm/test/CodeGen/RISCV/rvv/vmfge-rv32.ll
M llvm/test/CodeGen/RISCV/rvv/vmfge-rv64.ll
M llvm/test/CodeGen/RISCV/rvv/vmfgt-rv32.ll
M llvm/test/CodeGen/RISCV/rvv/vmfgt-rv64.ll
M llvm/test/CodeGen/RISCV/rvv/vmfle-rv32.ll
M llvm/test/CodeGen/RISCV/rvv/vmfle-rv64.ll
M llvm/test/CodeGen/RISCV/rvv/vmflt-rv32.ll
M llvm/test/CodeGen/RISCV/rvv/vmflt-rv64.ll
M llvm/test/CodeGen/RISCV/rvv/vmfne-rv32.ll
M llvm/test/CodeGen/RISCV/rvv/vmfne-rv64.ll
M llvm/test/CodeGen/RISCV/rvv/vsetvli-insert-crossbb.ll
M llvm/test/CodeGen/RISCV/rvv/vsetvli-insert.ll
Log Message:
-----------
[RISCV] Update some tests to use floating point ABI where it makes sense.
Trying to reduce the diffs from D118333 for cases where it makes
more sense to use an FP ABI.
Reviewed By: asb, kito-cheng
Differential Revision: https://reviews.llvm.org/D120447
More information about the All-commits
mailing list