1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when the

peephole optimizer is disabled. That's not good at all.

llvm-svn: 117905
This commit is contained in:
Bill Wendling 2010-11-01 05:59:43 +00:00
parent 70856991c5
commit a59bb03780
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,6 @@
; RUN: llc < %s -march=arm | FileCheck %s
; RUN: llc < %s -march=thumb | FileCheck -check-prefix=THUMB %s
; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck -check-prefix=T2 %s
; XFAIL: *
; RUN: llc < %s -march=arm
; FIXME: llc < %s -march=thumb | FileCheck -check-prefix=THUMB %s
; FIXME: llc < %s -march=thumb -mattr=+thumb2 | FileCheck -check-prefix=T2 %s
%struct.Foo = type { i8* }

View File

@ -1,4 +1,6 @@
; RUN: llc < %s -march=arm | FileCheck %s
; XFAIL: *
; FIXME: Fix after peephole optimizer is fixed.
define i64 @f0(i64 %A, i64 %B) {
; CHECK: f0