llvm/test/CodeGen/X86/pr12312.ll: Add -mtriple=x86_64-unknown-unknown.

llvm-svn: 162736
This commit is contained in:
NAKAMURA Takumi 2012-08-28 04:04:29 +00:00
parent 1f793b9c47
commit ec8af629fc

View File

@ -1,5 +1,5 @@
; RUN: llc -march=x86-64 -mattr=+sse41,-avx < %s | FileCheck %s --check-prefix SSE41
; RUN: llc -march=x86-64 -mattr=+avx < %s | FileCheck %s --check-prefix AVX
; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=+sse41,-avx < %s | FileCheck %s --check-prefix SSE41
; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=+avx < %s | FileCheck %s --check-prefix AVX
define i32 @veccond(<4 x i32> %input) {
entry: