[llvm] r314732 - [PowerPC] Temporarily disable the test introduced by r314666
Tim Shen via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 15:40:32 PDT 2017
Author: timshen
Date: Mon Oct 2 15:40:32 2017
New Revision: 314732
URL: http://llvm.org/viewvc/llvm-project?rev=314732&view=rev
Log:
[PowerPC] Temporarily disable the test introduced by r314666
See https://reviews.llvm.org/D38172 for details.
Modified:
llvm/trunk/test/CodeGen/PowerPC/debuginfo-split-int.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/debuginfo-split-int.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/debuginfo-split-int.ll?rev=314732&r1=314731&r2=314732&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/debuginfo-split-int.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/debuginfo-split-int.ll Mon Oct 2 15:40:32 2017
@@ -1,4 +1,6 @@
; RUN: llc < %s -stop-after=isel -o - | FileCheck %s
+; FIXME: See the comments in D38172, regarding the name "isel" is registered only by AMDGPU.
+; XFAIL: *
source_filename = "foo.c"
target datalayout = "E-m:e-p:32:32-i64:64-n32"
More information about the llvm-commits
mailing list