This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7cd0250e8e6 [X86][SLH] Remove PDEP and PEXT from isDataInvariantLoad new c31e75d1995 [LSR] If no Use is interesting, early return. new e29dbca9525 [Hexagon] Avoid introducing calls into coalesced range of H [...]
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/HexagonRegisterInfo.cpp | 50 ++++++++++++++++++++++ lib/Target/Hexagon/HexagonRegisterInfo.h | 4 ++ lib/Transforms/Scalar/LoopStrengthReduce.cpp | 4 +- .../CodeGen/Hexagon/coalescing-hvx-across-calls.ll | 26 +++++++++++ test/CodeGen/X86/lsr-crash-empty-uses.ll | 41 ++++++++++++++++++ 5 files changed, 124 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/Hexagon/coalescing-hvx-across-calls.ll create mode 100644 test/CodeGen/X86/lsr-crash-empty-uses.ll