This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6a68ef84785 [AggressiveInstCombine] Fixed TruncCombine class to handle [...] new 9a2ee25a73b AMDGPU: Fix missing SCC def from s_xor_b64_term new 0c580ec2a43 Utils: Fix DomTree update for entry block new 37f3f33c55d Revert "[ARM] Lower lower saturate to 0 and lower saturate [...]
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/AMDGPU/SIInstructions.td | 1 + lib/Target/ARM/ARMISelLowering.cpp | 20 ---- lib/Transforms/Utils/BasicBlockUtils.cpp | 19 +++- 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 +- unittests/Transforms/Utils/BasicBlockUtils.cpp | 52 ++++++++++ unittests/Transforms/Utils/CMakeLists.txt | 1 + unittests/Transforms/Utils/Local.cpp | 2 +- 10 files changed, 74 insertions(+), 164 deletions(-) delete mode 100644 test/CodeGen/ARM/sat-to-bitop.ll create mode 100644 unittests/Transforms/Utils/BasicBlockUtils.cpp