diff options
| author | Geoff Berry <gberry@codeaurora.org> | 2016-11-18 20:08:05 +0000 |
|---|---|---|
| committer | Geoff Berry <gberry@codeaurora.org> | 2016-11-18 20:08:05 +0000 |
| commit | de50acc31ec77e11cb1c8d383850e3b70e9fc308 (patch) | |
| tree | b2611d6087a1f9fd8180f2595cd1a32f0ca97ded /llvm | |
| parent | bf4d8d033bba496d139109e2ff922b3d54d1d014 (diff) | |
| download | bcm5719-llvm-de50acc31ec77e11cb1c8d383850e3b70e9fc308.tar.gz bcm5719-llvm-de50acc31ec77e11cb1c8d383850e3b70e9fc308.zip | |
[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
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/MIR/Generic/branch-probabilities.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/MIR/Generic/branch-probabilities.ll b/llvm/test/CodeGen/MIR/Generic/branch-probabilities.ll index 6a9e70ec47f..8d119316b13 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() |

