This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 825457abaab [CodeView] Add more DebugSubsection implementations. new 79654737d7d [Hexagon] Improve code generation for 32x32-bit multiplication new 7aecbf8e991 [InstCombine] Add test cases to show missed opportunities t [...]
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/HexagonISelDAGToDAG.cpp | 189 +++++++++++++---------------- lib/Target/Hexagon/HexagonISelLowering.cpp | 6 +- lib/Target/Hexagon/HexagonPatterns.td | 59 +++++---- test/CodeGen/Hexagon/mul64-sext.ll | 93 ++++++++++++++ test/Transforms/InstCombine/ctpop.ll | 16 +++ test/Transforms/InstCombine/intrinsics.ll | 28 +++++ 6 files changed, 252 insertions(+), 139 deletions(-) create mode 100644 test/CodeGen/Hexagon/mul64-sext.ll