This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 02e45aa [X86] Use SHLD with both inputs from the same register to imp [...] new 3ba7715 [X86] Remove sse1 intrinsic tests from the avx intrinsics test file. new 4228b12 [X86] Remove sse2 intrinsic tests from the avx intrinsics test file. new 068549b [X86] Add an AVX command line and regenerate AES intrinsics t [...] new f80e7ef [X86] Remove aes intrinsic tests from the avx intrinsics test file. new 141320f The patch introduces new way of narrowing complex (>UINT16 va [...]
The 5 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/Transforms/Scalar/LoopStrengthReduce.cpp | 160 +- test/CodeGen/X86/aes_intrinsics.ll | 64 +- test/CodeGen/X86/avx-intrinsics-x86.ll | 2610 ++++---------------- test/CodeGen/X86/avx-intrinsics-x86_64.ll | 65 - test/CodeGen/X86/lfence.ll | 8 - test/CodeGen/X86/sfence.ll | 8 - test/CodeGen/X86/sse-intrinsics-x86.ll | 16 + test/CodeGen/X86/sse-intrinsics-x86_64.ll | 78 + test/CodeGen/X86/sse2-intrinsics-x86.ll | 31 + test/CodeGen/X86/sse2-intrinsics-x86_64.ll | 78 + .../LoopStrengthReduce/2013-01-14-ReuseCast.ll | 2 +- .../LoopStrengthReduce/ARM/ivchain-ARM.ll | 2 +- 12 files changed, 851 insertions(+), 2271 deletions(-) delete mode 100644 test/CodeGen/X86/lfence.ll delete mode 100644 test/CodeGen/X86/sfence.ll create mode 100644 test/CodeGen/X86/sse-intrinsics-x86_64.ll create mode 100644 test/CodeGen/X86/sse2-intrinsics-x86_64.ll