This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 762ae1ee91d [docs][AtomicExpandPass] Document the alternate lowering st [...] new 2d62ddc13c3 [RISCV] Introduce codegen patterns for instructions introdu [...]
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/RISCVISelDAGToDAG.cpp | 34 + lib/Target/RISCV/RISCVInstrInfo.td | 66 +- test/CodeGen/RISCV/alu16.ll | 119 ++ test/CodeGen/RISCV/alu32.ll | 111 +- test/CodeGen/RISCV/alu64.ll | 488 +++++++ test/CodeGen/RISCV/alu8.ll | 111 ++ test/CodeGen/RISCV/mem64.ll | 226 ++++ test/CodeGen/RISCV/rv64i-exhaustive-w-insts.ll | 1696 ++++++++++++++++++++++++ test/CodeGen/RISCV/sext-zext-trunc.ll | 159 ++- 9 files changed, 3005 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/RISCV/alu64.ll create mode 100644 test/CodeGen/RISCV/mem64.ll create mode 100644 test/CodeGen/RISCV/rv64i-exhaustive-w-insts.ll