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

Unified Diff: src/compiler/simplified-lowering.cc

Issue 2665123002: [turbofan] Don't eliminate unused CheckFloat64Hole. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | test/mjsunit/regress/regress-crbug-686737.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/simplified-lowering.cc
diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc
index 9126c2a2821c41fb8dd7cc2053d33ff740a96906..598795b4bb4ddde04517326e559fdf6d75965ed7 100644
--- a/src/compiler/simplified-lowering.cc
+++ b/src/compiler/simplified-lowering.cc
@@ -2555,7 +2555,6 @@ class RepresentationSelector {
return;
}
case IrOpcode::kCheckFloat64Hole: {
- if (truncation.IsUnused()) return VisitUnused(node);
CheckFloat64HoleMode mode = CheckFloat64HoleModeOf(node->op());
ProcessInput(node, 0, UseInfo::TruncatingFloat64());
ProcessRemainingInputs(node, 1);
« no previous file with comments | « no previous file | test/mjsunit/regress/regress-crbug-686737.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698