diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-10-17 01:33:04 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-10-17 01:33:04 +0000 |
commit | 7c9587136d4b1942225860bf70a6db2ba54c08c4 (patch) | |
tree | b664d0a6ac43258e2d54296c57c5aab7f464555b /llvm/test/CodeGen/Generic/MachineBranchProb.ll | |
parent | e0ee1e1cd6aa424977196a1052af08ed17950820 (diff) | |
download | bcm5719-llvm-7c9587136d4b1942225860bf70a6db2ba54c08c4.tar.gz bcm5719-llvm-7c9587136d4b1942225860bf70a6db2ba54c08c4.zip |
[Hexagon] Adding skeleton of HVX extension instructions.
llvm-svn: 250600
Diffstat (limited to 'llvm/test/CodeGen/Generic/MachineBranchProb.ll')
-rw-r--r-- | llvm/test/CodeGen/Generic/MachineBranchProb.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/MachineBranchProb.ll b/llvm/test/CodeGen/Generic/MachineBranchProb.ll index b11d3697887..1ee48fb029d 100644 --- a/llvm/test/CodeGen/Generic/MachineBranchProb.ll +++ b/llvm/test/CodeGen/Generic/MachineBranchProb.ll @@ -1,8 +1,7 @@ ; 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: arm,aarch64,hexagon +; XFAIL: arm,aarch64 ; Make sure we have the correct weight attached to each successor. define i32 @test2(i32 %x) nounwind uwtable readnone ssp { |