This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 17beea7 [Support] Add storage specifier for MachO::NListType. new 7420263 DAG: avoid duplicated truncating for sign extended operand
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/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 18 ++-- test/CodeGen/AArch64/arm64-shrink-wrapping.ll | 3 +- test/CodeGen/ARM/arm-shrink-wrapping.ll | 10 ++- test/CodeGen/ARM/no_redundant_trunc_for_cmp.ll | 105 ++++++++++++++++++++++ test/CodeGen/PowerPC/ppc-shrink-wrapping.ll | 2 +- test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 3 +- 6 files changed, 125 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/ARM/no_redundant_trunc_for_cmp.ll