This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5edfbd7f9a [InstCombine] add tests for shuffle+binop with constant op1; NFC new 92dfb6e3244 [AArch64] Make function parameter names in declarations mat [...] new e1d12229c21 [ARM] Fix inconsistent declaration parameter name in r336195 new cfa89ea7f98 [X86] Add tests for low/high bit clearing with different at [...]
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: .../AArch64/Disassembler/AArch64Disassembler.cpp | 16 +- lib/Target/ARM/ARMParallelDSP.cpp | 2 +- test/CodeGen/X86/clear-highbits.ll | 956 ++++++++++ test/CodeGen/X86/clear-lowbits.ll | 1820 ++++++++++++++++++++ 4 files changed, 2785 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/X86/clear-highbits.ll create mode 100644 test/CodeGen/X86/clear-lowbits.ll