This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 21ae2e7a569 [RISCV] Codegen support for memory operations new 6c9938cf11d [RISCV] Codegen support for memory operations on global addresses
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/RISCV.h | 12 ++++-- lib/Target/RISCV/RISCVAsmPrinter.cpp | 7 +++- lib/Target/RISCV/RISCVISelLowering.cpp | 25 +++++++++++ lib/Target/RISCV/RISCVISelLowering.h | 1 + lib/Target/RISCV/RISCVMCInstLower.cpp | 76 ++++++++++++++++++++++++++-------- test/CodeGen/RISCV/mem.ll | 25 +++++++++++ test/CodeGen/RISCV/wide-mem.ll | 18 ++++++++ 7 files changed, 142 insertions(+), 22 deletions(-)