Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1283)

Unified Diff: test/mjsunit/compiler/osr-nested3.js

Issue 898353002: [turbofan] Use heavy-handed graph duplication to do loop peeling for OSR. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/compiler/osr-nested2b.js ('k') | test/mjsunit/compiler/osr-nested3b.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/compiler/osr-nested3.js
diff --git a/test/mjsunit/compiler/osr-nested3.js b/test/mjsunit/compiler/osr-nested3.js
index e4a4cdb6b6dd0dbb2e98b69aa8bc6bc82c8bdf94..f5d09ba166eb67ba95047257ea2326b076bcc796 100644
--- a/test/mjsunit/compiler/osr-nested3.js
+++ b/test/mjsunit/compiler/osr-nested3.js
@@ -15,9 +15,7 @@ function f() {
sum += z;
if (i == 19) %OptimizeOsr();
}
- if (true) break;
}
- if (true) break;
}
return sum;
}
« no previous file with comments | « test/mjsunit/compiler/osr-nested2b.js ('k') | test/mjsunit/compiler/osr-nested3b.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698