diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-05-01 22:39:20 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-05-01 22:39:20 +0000 |
commit | bb0d7cbee12fe23b5b71faf92ec818bd2317ce35 (patch) | |
tree | 0fc7a17d47f340cec32e943b97eca273fff1f9e7 /llvm/test/CodeGen/Generic/MachineBranchProb.ll | |
parent | 3d6011fbefa6eda35276f7c9d38b77bb894baeca (diff) | |
download | bcm5719-llvm-bb0d7cbee12fe23b5b71faf92ec818bd2317ce35.tar.gz bcm5719-llvm-bb0d7cbee12fe23b5b71faf92ec818bd2317ce35.zip |
[Hexagon] r236351 fix does not work on builder configurations yet.
llvm-svn: 236358
Diffstat (limited to 'llvm/test/CodeGen/Generic/MachineBranchProb.ll')
-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 f030775d535..8288e45ee50 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. -; XFAIL: arm,aarch64 +; Hexagon crashes (PR23377) +; XFAIL: arm,aarch64,hexagon ; Make sure we have the correct weight attached to each successor. define i32 @test2(i32 %x) nounwind uwtable readnone ssp { |