This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9edb74e0f28 [WebAssembly] MC: Fix for outputing wasm object to /dev/null new 5816be49d6d [RISCV] Add RV64F codegen support
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/RISCV/RISCVISelLowering.cpp | 75 +++++- lib/Target/RISCV/RISCVISelLowering.h | 9 +- lib/Target/RISCV/RISCVInstrInfoF.td | 48 ++++ test/CodeGen/RISCV/float-arith.ll | 162 ++++++++++++ test/CodeGen/RISCV/float-bitmanip-dagcombines.ll | 23 ++ test/CodeGen/RISCV/float-br-fcmp.ll | 310 +++++++++++++++++++++++ test/CodeGen/RISCV/float-convert.ll | 122 +++++++++ test/CodeGen/RISCV/float-fcmp.ll | 134 ++++++++++ test/CodeGen/RISCV/float-imm.ll | 21 ++ test/CodeGen/RISCV/float-mem.ll | 76 ++++++ test/CodeGen/RISCV/float-select-fcmp.ll | 215 ++++++++++++++++ test/CodeGen/RISCV/rv32i-rv64i-float-double.ll | 86 +++++++ test/CodeGen/RISCV/rv64f-float-convert.ll | 187 ++++++++++++++ 13 files changed, 1466 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/RISCV/rv32i-rv64i-float-double.ll create mode 100644 test/CodeGen/RISCV/rv64f-float-convert.ll