This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cc384fa6469 [MachinePipeliner][NFC] Do resource tracking log only when [...] new 7f53b8e34b6 [RISCV] Prevent re-ordering some adds after shifts
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 | 45 +++++++++++++++++++++ lib/Target/RISCV/RISCVISelLowering.h | 2 + lib/Target/RISCV/Utils/RISCVMatInt.cpp | 23 +++++++++-- lib/Target/RISCV/Utils/RISCVMatInt.h | 9 +++++ test/CodeGen/RISCV/add-before-shl.ll | 74 ++++++++++++++++++++++++++++++++++ 5 files changed, 149 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/RISCV/add-before-shl.ll