[llvm-commits] [llvm] r131540 - in /llvm/trunk/test/CodeGen/X86: fast-isel-fneg.ll fast-isel.ll
Eli Friedman
eli.friedman at gmail.com
Wed May 18 10:16:37 PDT 2011
Author: efriedma
Date: Wed May 18 12:16:37 2011
New Revision: 131540
URL: http://llvm.org/viewvc/llvm-project?rev=131540&view=rev
Log:
Force a triple on a couple of tests; we don't support fast-isel of ret on Win64.
Modified:
llvm/trunk/test/CodeGen/X86/fast-isel-fneg.ll
llvm/trunk/test/CodeGen/X86/fast-isel.ll
Modified: llvm/trunk/test/CodeGen/X86/fast-isel-fneg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-fneg.ll?rev=131540&r1=131539&r2=131540&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-fneg.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-fneg.ll Wed May 18 12:16:37 2011
@@ -1,4 +1,4 @@
-; RUN: llc < %s -fast-isel -fast-isel-abort -march=x86-64 | FileCheck %s
+; RUN: llc < %s -fast-isel -fast-isel-abort -mtriple=x86_64-apple-darwin10 | FileCheck %s
; RUN: llc < %s -fast-isel -march=x86 -mattr=+sse2 | grep xor | count 2
; CHECK: doo:
Modified: llvm/trunk/test/CodeGen/X86/fast-isel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel.ll?rev=131540&r1=131539&r2=131540&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel.ll Wed May 18 12:16:37 2011
@@ -1,5 +1,5 @@
; RUN: llc < %s -fast-isel -fast-isel-abort -march=x86 -mattr=sse2
-; RUN: llc < %s -fast-isel -fast-isel-abort -march=x86-64
+; RUN: llc < %s -fast-isel -fast-isel-abort -mtriple=x86_64-apple-darwin10
; This tests very minimal fast-isel functionality.
More information about the llvm-commits
mailing list