mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Revert r134366 and add an explicit triple to make this test host-independent.
llvm-svn: 134447
This commit is contained in:
parent
7927fe2250
commit
151e8ce446
@ -1,4 +1,4 @@
|
|||||||
; RUN: llc -asm-verbose=false -march=x86-64 -o - < %s | FileCheck %s
|
; RUN: llc -asm-verbose=false -march=x86-64 -mtriple=x86_64-apple-darwin -o - < %s | FileCheck %s
|
||||||
|
|
||||||
; LSR should leave non-affine expressions alone because it currently
|
; LSR should leave non-affine expressions alone because it currently
|
||||||
; doesn't know how to do anything with them, and when it tries, it
|
; doesn't know how to do anything with them, and when it tries, it
|
||||||
@ -7,9 +7,9 @@
|
|||||||
; CHECK: xorl %eax, %eax
|
; CHECK: xorl %eax, %eax
|
||||||
; CHECK-NEXT: align
|
; CHECK-NEXT: align
|
||||||
; CHECK-NEXT: BB0_1:
|
; CHECK-NEXT: BB0_1:
|
||||||
; CHECK-NEXT: movq %rax, (%{{rdx|r8}})
|
; CHECK-NEXT: movq %rax, (%rdx)
|
||||||
; CHECK-NEXT: addq %{{rsi|rdx}}, %rax
|
; CHECK-NEXT: addq %rsi, %rax
|
||||||
; CHECK-NEXT: cmpq %{{rdi|rcx}}, %rax
|
; CHECK-NEXT: cmpq %rdi, %rax
|
||||||
; CHECK-NEXT: jl
|
; CHECK-NEXT: jl
|
||||||
; CHECK-NEXT: imulq %rax, %rax
|
; CHECK-NEXT: imulq %rax, %rax
|
||||||
; CHECK-NEXT: ret
|
; CHECK-NEXT: ret
|
||||||
|
Loading…
Reference in New Issue
Block a user