getelementptr doesn't work on x86-64 yet, because it
authorDan Gohman <gohman@apple.com>
Thu, 21 Aug 2008 17:28:42 +0000 (17:28 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 21 Aug 2008 17:28:42 +0000 (17:28 +0000)
has MOV64ri32 and no plain MOV64ri.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55126 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fast-isel.ll

index f74e97e4d3ccd360331fac74d318e50030e34768..601e38578c6f58db67d9f2341eab1054f477d3d6 100644 (file)
@@ -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.