This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c5abad3f598 [RISCV] Codegen support for materializing constants new 21ae2e7a569 [RISCV] Codegen support for memory operations
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 | 3 + lib/Target/RISCV/RISCVInstrInfo.cpp | 12 +++ lib/Target/RISCV/RISCVInstrInfo.h | 4 + lib/Target/RISCV/RISCVInstrInfo.td | 28 ++++++ test/CodeGen/RISCV/mem.ll | 177 +++++++++++++++++++++++++++++++++ test/CodeGen/RISCV/wide-mem.ll | 16 +++ 6 files changed, 240 insertions(+) create mode 100644 test/CodeGen/RISCV/mem.ll create mode 100644 test/CodeGen/RISCV/wide-mem.ll