This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 67cc73d7b24 [DAGCombiner] Don't accept -1 sdiv divisors in sdiv-by-pow2 [...] new 6b3e4d2fb7a [Hexagon] Add a "generic" cpu new 6a78ba2a8c2 [Local] Sink salvageDI's early exit into helper functions, NFC new 99917384c89 [Local] Add a convenient insertReplacementDbgValues overload, NFC
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: include/llvm/Transforms/Utils/Local.h | 5 ++++ lib/Target/Hexagon/Hexagon.td | 4 +++ lib/Target/Hexagon/HexagonSubtarget.cpp | 1 + .../Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp | 1 + .../Hexagon/TargetInfo/HexagonTargetInfo.cpp | 2 +- lib/Transforms/InstCombine/InstCombineCasts.cpp | 6 +--- lib/Transforms/Utils/Local.cpp | 33 ++++++++++++++++------ test/CodeGen/Hexagon/generic-cpu.ll | 7 +++++ 8 files changed, 45 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/Hexagon/generic-cpu.ll