[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 18 Nov 2013 13:50:19 +0000 (13:50 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 18 Nov 2013 13:50:19 +0000 (13:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195010 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/fast-isel-call.ll
test/CodeGen/ARM/fast-isel-intrinsic.ll

index 2d7378e47f2f41245517b62598eb25922f7c66c8..917a15d28bd79137e01ffa8be3968278538522b5 100644 (file)
@@ -8,6 +8,8 @@
 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi -mattr=-vfp2 | FileCheck %s --check-prefix=ARM-NOVFP
 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -mattr=-vfp2 | FileCheck %s --check-prefix=THUMB-NOVFP
 
+; XFAIL: vg_leak
+
 ; Note that some of these tests assume that relocations are either
 ; movw/movt or constant pool loads. Different platforms will select
 ; different approaches.
index 76b3a9e6422e7fd2b815255f81b649931cfb4acd..b08b72baa61ef78f0a5a07bdfbf1e4fdc8c4d320 100644 (file)
@@ -5,6 +5,8 @@
 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi -arm-long-calls -verify-machineinstrs | FileCheck %s --check-prefix=ARM-LONG
 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -arm-long-calls -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-LONG
 
+; XFAIL: vg_leak
+
 ; Note that some of these tests assume that relocations are either
 ; movw/movt or constant pool loads. Different platforms will select
 ; different approaches.