diff options
author | Renato Golin <renato.golin@linaro.org> | 2017-04-05 16:27:11 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2017-04-05 16:27:11 +0000 |
commit | edfeb773fd5fc53fd0f24fb884b31f032372da40 (patch) | |
tree | 980cba43dcdf3ad09a461d0bdc81c98aa6c8de42 | |
parent | e7e4cc5f9824db06631560baaddca705b46a48e0 (diff) | |
download | bcm5719-llvm-edfeb773fd5fc53fd0f24fb884b31f032372da40.tar.gz bcm5719-llvm-edfeb773fd5fc53fd0f24fb884b31f032372da40.zip |
[ARM] Try to re-enable MachineBranchProb.ll for ARM/AArch64
Commit r298799 changed code that made the XFAIL on MachineBranchProb.ll
irrelevant, but some configurations still failed. I can't reproduce it
locally, so I'm hoping that enabling this will tell me if some
configurations will really fail or if they were just too slow.
llvm-svn: 299558
-rw-r--r-- | llvm/test/CodeGen/Generic/MachineBranchProb.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Generic/MachineBranchProb.ll b/llvm/test/CodeGen/Generic/MachineBranchProb.ll index 36844658096..804e5b0ce9f 100644 --- a/llvm/test/CodeGen/Generic/MachineBranchProb.ll +++ b/llvm/test/CodeGen/Generic/MachineBranchProb.ll @@ -1,8 +1,5 @@ ; 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. -; UNSUPPORTED: arm,aarch64 - ; Hexagon runs passes that renumber the basic blocks, causing this test ; to fail. ; XFAIL: hexagon |