]> granicus.if.org Git - llvm/commitdiff
[ARM] Try to re-enable MachineBranchProb.ll for ARM/AArch64
authorRenato Golin <renato.golin@linaro.org>
Wed, 5 Apr 2017 16:27:11 +0000 (16:27 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 5 Apr 2017 16:27:11 +0000 (16:27 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299558 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Generic/MachineBranchProb.ll

index 36844658096d42f6bc19fe201b1e2eb3bd783614..804e5b0ce9fca953011686521d946dfefaaf2584 100644 (file)
@@ -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