From 5cc101ec897ea185088f3c1dbff88789ddd04cdb Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 21 Aug 2008 17:28:42 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/fast-isel.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGen/X86/fast-isel.ll b/test/CodeGen/X86/fast-isel.ll index f74e97e4d3c..601e38578c6 100644 --- a/test/CodeGen/X86/fast-isel.ll +++ b/test/CodeGen/X86/fast-isel.ll @@ -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. -- 2.34.1