This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8205853a0c1 [NFC] Remove useless static new 2feb286e075 Silence ubsan after r367926. new c663475c7b2 [RISCV] Custom legalize i32 operations for RV64 to reduce s [...]
The 2 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/DebugInfo/Symbolize/SymbolizableObjectFile.cpp | 1 + lib/Target/RISCV/RISCVISelLowering.cpp | 24 ++++++ test/CodeGen/RISCV/alu32.ll | 4 +- .../RISCV/calling-conv-lp64-lp64f-lp64d-common.ll | 2 +- test/CodeGen/RISCV/rv64i-exhaustive-w-insts.ll | 36 ++++---- test/CodeGen/RISCV/rv64i-w-insts-legalization.ll | 97 ++++++++++++++++++++++ test/CodeGen/RISCV/rv64m-exhaustive-w-insts.ll | 18 ++-- test/CodeGen/RISCV/rv64m-w-insts-legalization.ll | 34 ++++++++ test/CodeGen/RISCV/select-optimize-multiple.ll | 8 +- test/CodeGen/RISCV/vararg.ll | 4 +- 10 files changed, 192 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/RISCV/rv64i-w-insts-legalization.ll create mode 100644 test/CodeGen/RISCV/rv64m-w-insts-legalization.ll