This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 57f0668 Revert r291670 because it introduces a crash. new 621d1f4 [Hexagon] Remove dead defs from the live set when expanding wstores new a8b917b Treat segment [B, E) as not overlapping block with boundaries [A, B)
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/LiveRangeCalc.cpp | 7 +- lib/Target/Hexagon/HexagonFrameLowering.cpp | 9 +- test/CodeGen/Hexagon/expand-vstorerw-undef2.ll | 216 +++++++++++++++++++++++++ test/CodeGen/Hexagon/regalloc-block-overlap.ll | 143 ++++++++++++++++ 4 files changed, 373 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/Hexagon/expand-vstorerw-undef2.ll create mode 100644 test/CodeGen/Hexagon/regalloc-block-overlap.ll