use FileCheck and auto-check-generation script for exact checking
authorSanjay Patel <spatel@rotateright.com>
Tue, 29 Mar 2016 22:27:39 +0000 (22:27 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 29 Mar 2016 22:27:39 +0000 (22:27 +0000)
commitf48f7d74e2a3b9ea4a8fd232bbc7384ce958c486
tree936dfa32fcfaa70f98be1a3524a3fab17ae1e81e
parentd68bbdcc12dbdf81cdd3636e01f04b474e228980
use FileCheck and auto-check-generation script for exact checking

1. Removed the run line for mingw32 and made the Darwin triples unknown.
   This is a test of 32-bit vs. 64-bit platform and the underlying hardware.
   We have other tests for checking behavioral differences of the OS platform.

2. Changed the CPU specifiers to the attributes they were meant to represent.
   Any CPU that doesn't have SSE4.2 is assumed to have slow unaligned 16-byte accesses,
   so it won't use those here.

3. Although the stores really could all be CHECK-DAG, I left them as CHECK-NEXT to
   show the strange behavior of the instruction scheduler in the SLOW_32 case.

4. The odd-looking instructions are due to the use of a null pointer in the IR, so
   we have integer immediate store addresses. Cute.

llvm-svn: 264796
llvm/test/CodeGen/X86/memset64-on-x86-32.ll