[PATCH] D14155: [ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranchProb.ll

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 11:33:36 PDT 2015


mgrang created this revision.
mgrang added reviewers: kparzysz, hans.
mgrang added a subscriber: llvm-commits.
mgrang set the repository for this revision to rL LLVM.
Herald added subscribers: rengolin, aemerson.

Refer PR23377. This test was XFAIL'ed for Hexagon as well as ARM. But it has now started passing for ARM.

Repository:
  rL LLVM

http://reviews.llvm.org/D14155

Files:
  test/CodeGen/Generic/MachineBranchProb.ll

Index: test/CodeGen/Generic/MachineBranchProb.ll
===================================================================
--- test/CodeGen/Generic/MachineBranchProb.ll
+++ 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: hexagon
 
 ; Make sure we have the correct weight attached to each successor.
 define i32 @test2(i32 %x) nounwind uwtable readnone ssp {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14155.38675.patch
Type: text/x-patch
Size: 592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151028/f2a4d042/attachment.bin>


More information about the llvm-commits mailing list