OSDN Git Service

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)
commitdeb808c52abc179de62df136ae75b1ab8c86747b
treed823aefbf1dda7543bd7852983da9e4cff23bcc7
parentd239bc5dbb616de1cb344b938366a39a0b1af8c9
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264796 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/memset64-on-x86-32.ll