This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5613e96f5a2 [AArch64] Catch some more CMN opportunities. new 0f7dd077ce4 [RISCV] Add support for the various RISC-V FMA instruction [...]
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 | 4 +- lib/Target/RISCV/RISCVInstrInfoD.td | 16 +++++ lib/Target/RISCV/RISCVInstrInfoF.td | 16 +++++ test/CodeGen/RISCV/alu32.ll | 6 +- test/CodeGen/RISCV/double-arith.ll | 119 +++++++++++++++++++++++++++++++ test/CodeGen/RISCV/double-intrinsics.ll | 120 +++++++++++++++++++++----------- test/CodeGen/RISCV/float-arith.ll | 79 +++++++++++++++++++++ test/CodeGen/RISCV/float-intrinsics.ll | 104 +++++++++++++++------------ 8 files changed, 372 insertions(+), 92 deletions(-)