[llvm] r209885 - AArch64 & ARM: disable generic test that relies on no CFG changes.

Tim Northover tnorthover at apple.com
Fri May 30 03:56:12 PDT 2014


Author: tnorthover
Date: Fri May 30 05:56:12 2014
New Revision: 209885

URL: http://llvm.org/viewvc/llvm-project?rev=209885&view=rev
Log:
AArch64 & ARM: disable generic test that relies on no CFG changes.

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=209885&r1=209884&r2=209885&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll Fri May 30 05:56:12 2014
@@ -1,5 +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
+
 ; Make sure we have the correct weight attached to each successor.
 define i32 @test2(i32 %x) nounwind uwtable readnone ssp {
 ; CHECK: Machine code for function test2:





More information about the llvm-commits mailing list