This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eeebc9ffe02 [Hexagon] Cast elements to correct type when creating const [...] new c0f35f84520 [Hexagon] Fix building 64-bit vector from constant values new 3d4e94d1877 dag-combine: Transfer debug information when folding (zext [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 +++- lib/Target/Hexagon/HexagonISelLowering.cpp | 2 +- test/CodeGen/Hexagon/vect/build-vect64.ll | 8 ++++++ test/DebugInfo/X86/sdag-combine.ll | 46 ++++++++++++++++++++++++++++++ 4 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/Hexagon/vect/build-vect64.ll create mode 100644 test/DebugInfo/X86/sdag-combine.ll