mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 09:18:30 +00:00
Relax expressions and add explicit triplets -linux and -win32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126206 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
22bc92baa4
commit
5731b5c8ce
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user