This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0d055e19c37 [llvm-mca] Use llvm::make_unique in a few places. NFC new 8ce26eb802f [RISCV] Add codegen for RV32F floating point load/store
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 | 26 +++++++++++ lib/Target/RISCV/RISCVISelLowering.h | 1 + lib/Target/RISCV/RISCVInstrInfo.td | 24 +++++----- lib/Target/RISCV/RISCVInstrInfoF.td | 9 ++++ lib/Target/RISCV/RISCVMCInstLower.cpp | 3 ++ test/CodeGen/RISCV/float-imm.ll | 27 +++++++++++ test/CodeGen/RISCV/float-mem.ll | 84 ++++++++++++++++++++++++++++++++++ 7 files changed, 162 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/RISCV/float-imm.ll create mode 100644 test/CodeGen/RISCV/float-mem.ll