This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a4828c8a028 [SystemZ] Fix fall-out from r314428 new 6222c06a1cd [x86] add tests for possible insertelement to shuffle trans [...] new dfc0d5fadca [Hexagon] Fix some Clang-tidy modernize and Include What Yo [...]
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/HexagonBlockRanges.cpp | 5 +- lib/Target/Hexagon/HexagonBlockRanges.h | 21 +-- lib/Target/Hexagon/HexagonCFGOptimizer.cpp | 50 +++--- lib/Target/Hexagon/HexagonGenExtract.cpp | 16 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 175 ++++++++++---------- lib/Target/Hexagon/HexagonInstrInfo.h | 14 +- lib/Target/Hexagon/HexagonMachineScheduler.cpp | 41 +++-- lib/Target/Hexagon/HexagonMachineScheduler.h | 84 +++++----- lib/Target/Hexagon/HexagonNewValueJump.cpp | 51 +++--- lib/Target/Hexagon/HexagonStoreWidening.cpp | 25 ++- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 65 +++++--- lib/Target/Hexagon/HexagonVLIWPacketizer.h | 35 ++-- .../Hexagon/HexagonVectorLoopCarriedReuse.cpp | 104 ++++++++---- lib/Target/Hexagon/HexagonVectorPrint.cpp | 25 ++- test/CodeGen/X86/insertelement-shuffle.ll | 178 +++++++++++++++++++++ 15 files changed, 576 insertions(+), 313 deletions(-) create mode 100644 test/CodeGen/X86/insertelement-shuffle.ll