This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 18780e4d4a3 [Hexagon] Use SetVector when queuing nodes to scan in selec [...] new 542cfb168d5 [Hexagon] Impose limits on container sizes in HexagonGenInsert new 20afd373f62 DAGCombine: Let truncates negate extension through extract- [...] new eeebc9ffe02 [Hexagon] Cast elements to correct type when creating const [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 16 +++++ lib/Target/Hexagon/HexagonGenInsert.cpp | 23 +++++- lib/Target/Hexagon/HexagonISelLowering.cpp | 3 +- test/CodeGen/Hexagon/autohvx/isel-const-vector.ll | 12 ++++ test/CodeGen/X86/trunc-subvector.ll | 87 ++++++----------------- 5 files changed, 71 insertions(+), 70 deletions(-) create mode 100644 test/CodeGen/Hexagon/autohvx/isel-const-vector.ll