This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a59f7f099c7 [X86][SSE] Pull out repeated shift getOpcode() calls. NFCI. new c709c56b9ad [ARM] Disallow zexts in ARMCodeGenPrepare
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/ARMCodeGenPrepare.cpp | 274 +++++++++++---------------- test/CodeGen/ARM/arm-cgp-icmps.ll | 210 --------------------- test/CodeGen/ARM/arm-cgp-overflow.ll | 49 +++++ test/CodeGen/ARM/arm-cgp-phis-calls-ret.ll | 73 +------- test/CodeGen/ARM/arm-cgp-zext-truncs.ll | 292 +++++++++++++++++++++++++++++ 5 files changed, 452 insertions(+), 446 deletions(-) create mode 100644 test/CodeGen/ARM/arm-cgp-overflow.ll create mode 100644 test/CodeGen/ARM/arm-cgp-zext-truncs.ll