1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-09 01:38:03 +00:00

getelementptr doesn't work on x86-64 yet, because it

has MOV64ri32 and no plain MOV64ri.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55126 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-08-21 17:28:42 +00:00
parent 7a0e6593d0
commit 5cc101ec89

@ -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.