This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cb6c7a5 Refactor duplicated code. NFC. new 4b205a5 Refactor duplicated code. NFC. new 7b8f692 Remove redundant -mattr options from llvm-objdump commands. new 2c8c45d [x86] autoupgrade and remove SSE2/SSE41 integer min/max intrinsics
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/IR/IntrinsicsX86.td | 40 ----------- lib/IR/AutoUpgrade.cpp | 36 ++++++++++ lib/Target/ARM/ARMISelLowering.cpp | 4 +- lib/Target/X86/X86IntrinsicsInfo.h | 12 ---- test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 57 +++++++++++++-- test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll | 91 +++++++++++++++++++++++- test/MC/AArch64/optional-hash.s | 2 +- test/MC/Hexagon/v60-misc.s | 2 +- test/Object/Mips/feature.test | 2 - test/Object/Mips/objdump-micro-mips.test | 2 - 10 files changed, 180 insertions(+), 68 deletions(-)