diff options
author | Weiming Zhao <weimingz@codeaurora.org> | 2015-10-29 22:34:59 +0000 |
---|---|---|
committer | Weiming Zhao <weimingz@codeaurora.org> | 2015-10-29 22:34:59 +0000 |
commit | df8b0d6fc1c03054f6b095e4280a7efcf23f09e3 (patch) | |
tree | 906539b4371afc685957e60634e364edcdc95e21 | |
parent | 61024e6c0eccf8180e413134a393165cf3f674be (diff) | |
download | bcm5719-llvm-df8b0d6fc1c03054f6b095e4280a7efcf23f09e3.tar.gz bcm5719-llvm-df8b0d6fc1c03054f6b095e4280a7efcf23f09e3.zip |
Revert "[ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranchProb.ll"
Summary:
This reverts commit 79c37e1a4ff1e634da8f95322f080601b4c815fc.
This test passes locally but fails on the community buildbot. So we will let it
XFAIL for now.
Patched by Mandeep Singh Grang (mgrang@codeaurora.org)
Reviewers: kparzysz, weimingz
Subscribers: aemerson, rengolin, llvm-commits
Differential Revision: http://reviews.llvm.org/D14189
llvm-svn: 251664
-rw-r--r-- | llvm/test/CodeGen/Generic/MachineBranchProb.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/MachineBranchProb.ll b/llvm/test/CodeGen/Generic/MachineBranchProb.ll index 0669fcd3927..b11d3697887 100644 --- a/llvm/test/CodeGen/Generic/MachineBranchProb.ll +++ b/llvm/test/CodeGen/Generic/MachineBranchProb.ll @@ -1,7 +1,8 @@ ; RUN: llc < %s -print-machineinstrs=expand-isel-pseudos -o /dev/null 2>&1 | FileCheck %s +; ARM & AArch64 run an extra SimplifyCFG which disrupts this test. ; Hexagon crashes (PR23377) -; XFAIL: hexagon +; XFAIL: arm,aarch64,hexagon ; Make sure we have the correct weight attached to each successor. define i32 @test2(i32 %x) nounwind uwtable readnone ssp { |