mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-11 23:48:38 +00:00
set intAdd MUL_I assertion to 1
This commit is contained in:
parent
ff9b93333c
commit
0fd1b7c17b
@ -46,7 +46,7 @@ public class TestParallelIvInvariantIncrement {
|
||||
@Test
|
||||
@IR(failOn = { IRNode.MUL_I }, phase = CompilePhase.BEFORE_CLOOPS)
|
||||
@IR(failOn = { IRNode.COUNTED_LOOP })
|
||||
@IR(counts = { IRNode.MUL_I, ">=1" })
|
||||
@IR(counts = { IRNode.MUL_I, "=1" })
|
||||
private static int intAdd(int stop, int inc) {
|
||||
int a = 0;
|
||||
for (int i = 0; i < stop; i++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user