Relax expressions and add explicit triplets -linux and -win32.

llvm-svn: 126206
This commit is contained in:
NAKAMURA Takumi 2011-02-22 07:20:35 +00:00
parent 09ee8a7f92
commit 3632cf8e6b
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
; RUN: llc < %s -march=x86-64 | FileCheck %s
; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s
; The comparison uses the pre-inc value, which could lead LSR to
; try to compute -INT64_MIN.
; CHECK: movabsq $-9223372036854775808, %rax
; CHECK: cmpq %rax, %rbx
; CHECK: cmpq %rax,
; CHECK: sete %al
declare i64 @bar()