[llvm] r299558 - [ARM] Try to re-enable MachineBranchProb.ll for ARM/AArch64
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 5 09:27:11 PDT 2017
Author: rengolin
Date: Wed Apr 5 11:27:11 2017
New Revision: 299558
URL: http://llvm.org/viewvc/llvm-project?rev=299558&view=rev
Log:
[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.
Modified:
llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll
Modified: llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll?rev=299558&r1=299557&r2=299558&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll Wed Apr 5 11:27:11 2017
@@ -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
More information about the llvm-commits
mailing list