This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 525757e Upgrade other old memset/memcpy signatures in tests causing b [...] new e8da13b [ARM] Lower (select_cc k k (select_cc ~k ~k x)) into (SSAT l_k x)
The 1 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: include/llvm/Target/TargetSelectionDAG.td | 3 + lib/Target/ARM/ARMISelLowering.cpp | 134 ++++++++++++++++++- lib/Target/ARM/ARMISelLowering.h | 2 + lib/Target/ARM/ARMInstrInfo.td | 4 + lib/Target/ARM/ARMInstrThumb2.td | 2 + test/CodeGen/ARM/ssat.ll | 215 ++++++++++++++++++++++++++++++ 6 files changed, 359 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/ARM/ssat.ll