From: Geoff Berry Date: Fri, 18 Nov 2016 20:08:05 +0000 (+0000) Subject: [MIRPrinter] XFAIL test for powerpc X-Git-Tag: llvmorg-4.0.0-rc1~4162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de50acc31ec77e11cb1c8d383850e3b70e9fc308;p=platform%2Fupstream%2Fllvm.git [MIRPrinter] XFAIL test for powerpc This test introduced in r287368 is failing on powerpc for reasons unrelated to branch probabilities. See PR31062. llvm-svn: 287375 --- diff --git a/llvm/test/CodeGen/MIR/Generic/branch-probabilities.ll b/llvm/test/CodeGen/MIR/Generic/branch-probabilities.ll index 6a9e70e..8d11931 100644 --- a/llvm/test/CodeGen/MIR/Generic/branch-probabilities.ll +++ b/llvm/test/CodeGen/MIR/Generic/branch-probabilities.ll @@ -2,6 +2,8 @@ ; RUN: FileCheck %s < %t.mir ; RUN: llc %t.mir -run-pass machine-sink ; Check that branch probabilities are printed in a format that can then be parsed. +; This test fails on powerpc because of an undefined physical register use in the MIR. See PR31062. +; XFAIL: powerpc declare void @foo() declare void @bar()