forked from OSchip/llvm-project
getelementptr doesn't work on x86-64 yet, because it
has MOV64ri32 and no plain MOV64ri. llvm-svn: 55126
This commit is contained in:
parent
efb7d2d03d
commit
cdf1a276e3
|
@ -1,5 +1,4 @@
|
|||
; RUN: llvm-as < %s | llc -fast-isel -march=x86
|
||||
; RUN: llvm-as < %s | llc -fast-isel -march=x86-64
|
||||
|
||||
; This tests very minimal fast-isel functionality.
|
||||
|
||||
|
|
Loading…
Reference in New Issue