[llvm] r250601 - [Hexagon] Reverting test file change.
Colin LeMahieu via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 16 18:58:51 PDT 2015
Author: colinl
Date: Fri Oct 16 20:58:51 2015
New Revision: 250601
URL: http://llvm.org/viewvc/llvm-project?rev=250601&view=rev
Log:
[Hexagon] Reverting test file change.
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=250601&r1=250600&r2=250601&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll Fri Oct 16 20:58:51 2015
@@ -1,7 +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
+; Hexagon crashes (PR23377)
+; XFAIL: arm,aarch64,hexagon
; Make sure we have the correct weight attached to each successor.
define i32 @test2(i32 %x) nounwind uwtable readnone ssp {
More information about the llvm-commits
mailing list