OSDN Git Service

[RISCV] Add codegen for RV32F arithmetic and conversion operations
authorAlex Bradbury <asb@lowrisc.org>
Tue, 20 Mar 2018 12:45:35 +0000 (12:45 +0000)
committerAlex Bradbury <asb@lowrisc.org>
Tue, 20 Mar 2018 12:45:35 +0000 (12:45 +0000)
commita07f460d529eb4ff28c9dcea762c1dac69d1b3d4
tree223974056fc196ba6758b8db84f5f4a695fa8b80
parent38b58f1b4f405e9be9c219c69a28382eae7b4603
[RISCV] Add codegen for RV32F arithmetic and conversion operations

Currently, only a soft floating point ABI is supported.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327976 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/RISCV/RISCVISelLowering.cpp
lib/Target/RISCV/RISCVInstrInfoF.td
test/CodeGen/RISCV/float-arith.ll [new file with mode: 0644]
test/CodeGen/RISCV/float-convert.ll [new file with mode: 0644]