This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4c084feb996 [X86][TBM] Add TBM scheduling tests new b58d30229d7 [Hexagon] Generate HVX code for basic arithmetic operations new e94aa964018 [X86] Tag BMI/BMI2/TBM instructions scheduler classes
The 2 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/HexagonISelLowering.cpp | 16 +- lib/Target/Hexagon/HexagonISelLowering.h | 51 ++--- lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 86 +++++++- lib/Target/Hexagon/HexagonPatterns.td | 14 +- lib/Target/X86/X86InstrInfo.td | 32 +-- test/CodeGen/Hexagon/autohvx/arith.ll | 278 ++++++++++++++++++++++++++ test/CodeGen/X86/bmi-schedule.ll | 64 +++--- test/CodeGen/X86/bmi2-schedule.ll | 24 +-- test/CodeGen/X86/tbm-schedule.ll | 76 +++---- 9 files changed, 515 insertions(+), 126 deletions(-) create mode 100644 test/CodeGen/Hexagon/autohvx/arith.ll