This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0caf385 [ADT] Add a generic breadth-first-search graph iterator. new 6cf90d3 [Hexagon] Change the vector scaling for vector offsets new 8642918 [InstSimplify] Teach SimplifyMulInst to recognize vectors of [...] new 0719006 AMDGPU: Stop using CCAssignToRegWithShadow
The 3 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/Analysis/InstructionSimplify.cpp | 2 +- lib/Target/AMDGPU/AMDGPUCallingConv.td | 24 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 31 +++ lib/Target/AMDGPU/SIISelLowering.cpp | 11 - lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 18 -- .../Hexagon/Disassembler/HexagonDisassembler.cpp | 16 +- lib/Target/Hexagon/HexagonAsmPrinter.cpp | 199 ++++++++++++++ lib/Target/Hexagon/HexagonDepDecoders.h | 5 + lib/Target/Hexagon/HexagonDepInstrFormats.td | 206 +++++--------- lib/Target/Hexagon/HexagonDepInstrInfo.td | 304 ++++++++++----------- lib/Target/Hexagon/HexagonDepOperands.td | 15 +- lib/Target/Hexagon/HexagonPatterns.td | 42 +-- .../Hexagon/MCTargetDesc/HexagonInstPrinter.cpp | 40 --- .../Hexagon/MCTargetDesc/HexagonInstPrinter.h | 8 - test/Transforms/InstSimplify/mul.ll | 11 + 15 files changed, 504 insertions(+), 428 deletions(-) create mode 100644 test/Transforms/InstSimplify/mul.ll