mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Workaround SCEV non-determinism on this test, for now, to get buildbots back to
green. Dan, please revert this once the real problem is fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105732 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3982c2c8bc
commit
ced8db2a2b
@ -22,5 +22,5 @@ afterfor: ; preds = %forinc, %entry
|
||||
ret i32 %j.0.lcssa
|
||||
}
|
||||
|
||||
; CHECK: backedge-taken count is (-2147483632 + ((-1 + (-1 * %y)) smax (-1 + (-1 * %x))))
|
||||
; CHECK: backedge-taken count is (-2147483632 + ((-1 + (-1 * %{{[xy]}})) smax (-1 + (-1 * %{{[xy]}}))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user