mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Don't mask the isel bug.
llvm-svn: 47018
This commit is contained in:
parent
6c7520f922
commit
0d2efb485d
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 | not grep lea
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=pic | not grep lea
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 | not grep lea
|
||||
|
||||
@B = external global [1000 x i8], align 32
|
||||
@A = external global [1000 x i8], align 32
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | grep lea | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=pic | not grep lea
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 | not grep lea
|
||||
|
||||
; For x86 there's an lea above the loop. In both cases, there shouldn't
|
||||
; be any lea instructions inside the loop.
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 | not grep lea
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=pic | not grep lea
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 | not grep lea
|
||||
|
||||
@B = external global [1000 x float], align 32
|
||||
@A = external global [1000 x float], align 32
|
||||
|
Loading…
x
Reference in New Issue
Block a user