This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1238f8d [InstCombine] use m_APInt to allow icmp (shl 1, Y), C folds f [...] new 0ad37f7 [Hexagon] Fix incorrect generation of S4_subi_asl_ri new c00499c [CloneFunction] Don't remove unrelated nodes from the CGSSC new 3930987 [Hexagon] Minor updates to register definitions
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/Target/Hexagon/HexagonInstrInfoV4.td | 43 ++++++++++++------ lib/Target/Hexagon/HexagonRegisterInfo.td | 9 ++-- lib/Transforms/Utils/CloneFunction.cpp | 6 +++ test/CodeGen/Hexagon/subi-asl.ll | 70 ++++++++++++++++++++++++++++++ test/Transforms/Inline/inline_constprop.ll | 26 ++++++++++- 5 files changed, 134 insertions(+), 20 deletions(-) create mode 100644 test/CodeGen/Hexagon/subi-asl.ll