This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7d610ade1d3 [WebAssembly] Add atomic.fence instruction new 3767f18861b [RISCV] Avoid generating AssertZext for LP64 ABI when lower [...]
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: include/llvm/CodeGen/TargetLowering.h | 18 +- lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 44 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 30 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 6 +- lib/Target/ARM/ARMISelLowering.cpp | 4 +- lib/Target/RISCV/RISCVISelLowering.cpp | 10 + lib/Target/RISCV/RISCVISelLowering.h | 2 + test/CodeGen/RISCV/calling-conv-lp64.ll | 6 +- test/CodeGen/RISCV/rv32i-rv64i-float-double.ll | 6 +- test/CodeGen/RISCV/rv64i-complex-float.ll | 53 ++ test/CodeGen/RISCV/rv64i-single-softfloat.ll | 712 ++++++++++++++++++++++++ 11 files changed, 868 insertions(+), 23 deletions(-) create mode 100644 test/CodeGen/RISCV/rv64i-complex-float.ll create mode 100644 test/CodeGen/RISCV/rv64i-single-softfloat.ll