This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 66e75f3 [InstSimplify] Add support for bitcasts new f6fdf20 Revert "[InstSimplify] Add support for bitcasts" new c5c6574 [ARM] Saturation instructions are DSP-only new efd299c Attempt to pacify windows bots, again.
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: include/llvm/Analysis/InstructionSimplify.h | 7 ----- include/llvm/Transforms/Utils/SymbolRewriter.h | 3 +++ lib/Analysis/InstructionSimplify.cpp | 29 --------------------- lib/Target/ARM/ARMISelLowering.cpp | 3 ++- lib/Target/ARM/ARMInstrInfo.td | 12 ++++++--- lib/Target/ARM/ARMInstrThumb2.td | 10 +++++--- test/CodeGen/ARM/ssat-v4t.ll | 9 +++++++ test/CodeGen/ARM/ssat.ll | 30 ++++++++++++++-------- test/CodeGen/ARM/usat-v4t.ll | 9 +++++++ .../MC/Disassembler/ARM/unpredictable-SSAT-arm.txt | 2 +- test/Transforms/GVN/pr14166.ll | 4 ++- test/Transforms/InstSimplify/cast.ll | 27 ------------------- 12 files changed, 61 insertions(+), 84 deletions(-) create mode 100644 test/CodeGen/ARM/ssat-v4t.ll create mode 100644 test/CodeGen/ARM/usat-v4t.ll delete mode 100644 test/Transforms/InstSimplify/cast.ll