forked from OSchip/llvm-project
Explicitly disable CGP critical edge splitting for this test so it won't break
by reenabling it temporarily. llvm-svn: 114858
This commit is contained in:
parent
f2a279b902
commit
4f3443e74d
|
|
@ -1,4 +1,4 @@
|
||||||
; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s
|
; RUN: llc < %s -mtriple=armv7-apple-darwin -cgp-critical-edge-splitting=0 | FileCheck %s
|
||||||
; PHI elimination shouldn't break backedge.
|
; PHI elimination shouldn't break backedge.
|
||||||
; rdar://8263994
|
; rdar://8263994
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue