This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b659d3fca5d Add a regression test for problems caused by D42646 . NFC new d69d8351ae6 [ARM] Lower lower saturate to 0 and lower saturate to -1 us [...]
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: lib/Target/ARM/ARMISelLowering.cpp | 20 ++++++ test/CodeGen/ARM/atomic-op.ll | 5 +- test/CodeGen/ARM/sat-to-bitop.ll | 132 +++++++++++++++++++++++++++++++++++++ test/CodeGen/ARM/select.ll | 2 +- test/CodeGen/Thumb/select.ll | 4 +- 5 files changed, 158 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/ARM/sat-to-bitop.ll