This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from def1c1f4c53 [X86][SSE] Add missing _mm_extract_ps fast-isel test new ccf59092984 [Hexagon] Reorganize and update instruction patterns
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/Hexagon/CMakeLists.txt | 1 + lib/Target/Hexagon/Hexagon.td | 1 - lib/Target/Hexagon/HexagonHardwareLoops.cpp | 26 +- lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 106 +- lib/Target/Hexagon/HexagonISelLowering.cpp | 9 + lib/Target/Hexagon/HexagonInstrInfo.cpp | 6 +- lib/Target/Hexagon/HexagonIntrinsicsDerived.td | 40 - lib/Target/Hexagon/HexagonNewValueJump.cpp | 6 +- lib/Target/Hexagon/HexagonOperands.td | 12 - lib/Target/Hexagon/HexagonPatterns.td | 4716 +++++++++----------- test/CodeGen/Hexagon/PR33749.ll | 50 + test/CodeGen/Hexagon/addrmode-indoff.ll | 94 +- test/CodeGen/Hexagon/block-addr.ll | 3 +- test/CodeGen/Hexagon/hwloop-loop1.ll | 2 +- .../Hexagon/ifcvt-diamond-bug-2016-08-26.ll | 19 +- test/CodeGen/Hexagon/sdata-array.ll | 4 +- test/CodeGen/Hexagon/store-imm-amode.ll | 97 + test/CodeGen/Hexagon/store-imm-stack-object.ll | 3 +- test/CodeGen/Hexagon/store-shift.ll | 2 +- test/CodeGen/Hexagon/tfr-to-combine.ll | 35 +- test/CodeGen/Hexagon/tls_pic.ll | 8 +- test/CodeGen/Hexagon/tls_static.ll | 4 +- test/CodeGen/Hexagon/vect/vect-load-1.ll | 9 +- test/CodeGen/Hexagon/vect/vect-mul-v4i8.ll | 2 +- test/CodeGen/Hexagon/vect/vect-mul-v8i8.ll | 4 +- 25 files changed, 2524 insertions(+), 2735 deletions(-) delete mode 100644 lib/Target/Hexagon/HexagonIntrinsicsDerived.td create mode 100644 test/CodeGen/Hexagon/PR33749.ll create mode 100644 test/CodeGen/Hexagon/store-imm-amode.ll