This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c90ae265e97 [NFC][PowerPC] Make the PowerPC scheduling strategy feature [...] new de0cbb94017 [ARM] MVE bitwise instruction patterns new 150ff17d20a [TableGen] Allow DAG isel patterns to override default operands. new 583692c3611 [docs][llvm-dwarfdump] Remove unnecessary reference to --sh [...] new 867300b4820 [ARM] Added testing for D64160. NFC
The 4 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: docs/CommandGuide/llvm-dwarfdump.rst | 4 +- lib/Target/ARM/ARMInstrMVE.td | 23 +++ lib/Target/ARM/ARMInstrThumb2.td | 3 +- test/CodeGen/ARM/long_shift.ll | 139 ++++++++++------- test/CodeGen/ARM/sat-to-bitop.ll | 276 +++++++++++++++++++++++++++------- test/CodeGen/ARM/shift-i64.ll | 98 ++++++------ test/CodeGen/ARM/vsel.ll | 80 ++++++++++ test/CodeGen/Thumb2/mve-bitarith.ll | 95 ++++++++++++ test/CodeGen/Thumb2/mve-div-expand.ll | 2 +- test/CodeGen/Thumb2/mve-fmath.ll | 2 +- test/TableGen/DAGDefaultOps.td | 108 +++++++++++++ utils/TableGen/CodeGenDAGPatterns.cpp | 26 +++- utils/TableGen/CodeGenDAGPatterns.h | 5 + utils/TableGen/DAGISelMatcherGen.cpp | 21 ++- 14 files changed, 710 insertions(+), 172 deletions(-) create mode 100644 test/CodeGen/Thumb2/mve-bitarith.ll create mode 100644 test/TableGen/DAGDefaultOps.td