This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5e9125c6c72 [ARM GlobalISel] Add tests for PKHBT and PKHTB new 1e4e4646ad9 [RISCV] Support lowering FrameIndex
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: include/llvm/CodeGen/SelectionDAGISel.h | 2 + lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 19 ++++++ lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 20 ------ lib/Target/Hexagon/HexagonISelDAGToDAG.h | 1 - lib/Target/RISCV/RISCVFrameLowering.cpp | 29 ++++++++ lib/Target/RISCV/RISCVFrameLowering.h | 3 + lib/Target/RISCV/RISCVISelDAGToDAG.cpp | 20 ++++++ lib/Target/RISCV/RISCVInstrInfo.td | 27 ++++++++ lib/Target/RISCV/RISCVRegisterInfo.cpp | 14 ++-- test/CodeGen/RISCV/blockaddress.ll | 4 +- test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll | 96 +++++++++++++-------------- test/CodeGen/RISCV/calls.ll | 20 +++--- test/CodeGen/RISCV/div.ll | 32 ++++----- test/CodeGen/RISCV/frame.ll | 36 ++++++++++ test/CodeGen/RISCV/indirectbr.ll | 8 +-- test/CodeGen/RISCV/mul.ll | 20 +++--- test/CodeGen/RISCV/rem.ll | 8 +-- test/CodeGen/RISCV/shifts.ll | 12 ++-- 18 files changed, 242 insertions(+), 129 deletions(-) create mode 100644 test/CodeGen/RISCV/frame.ll