From: Duncan Sands Date: Mon, 28 Feb 2011 12:30:47 +0000 (+0000) Subject: Make this test x86 specific because the ARM backend can't handle it. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=443612e165ddc884bfe006cfb3d94746b6ba92e4;p=llvm Make this test x86 specific because the ARM backend can't handle it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126650 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/2011-02-27-Fpextend.ll b/test/CodeGen/X86/2011-02-27-Fpextend.ll similarity index 83% rename from test/CodeGen/Generic/2011-02-27-Fpextend.ll rename to test/CodeGen/X86/2011-02-27-Fpextend.ll index 38a1e4e4144..61df3a728c6 100644 --- a/test/CodeGen/Generic/2011-02-27-Fpextend.ll +++ b/test/CodeGen/X86/2011-02-27-Fpextend.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s +; RUN: llc -march=x86-64 < %s ; PR9309 define <4 x double> @f_fu(<4 x float>) nounwind {