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

Unified Diff: src/compiler/js-typed-lowering.h

Issue 2280673003: [turbofan] Separate typed optimizations from JSTypedLowering. (Closed)
Patch Set: Created 4 years, 4 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
Index: src/compiler/js-typed-lowering.h
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h
index 7673ad3bbe8d5ac087c8e2a9eb0028e3cff3421c..c93c15d34a00cc2c6931249d8b877b39dd3efc52 100644
--- a/src/compiler/js-typed-lowering.h
+++ b/src/compiler/js-typed-lowering.h
@@ -75,12 +75,6 @@ class JSTypedLowering final : public AdvancedReducer {
Reduction ReduceJSGeneratorStore(Node* node);
Reduction ReduceJSGeneratorRestoreContinuation(Node* node);
Reduction ReduceJSGeneratorRestoreRegister(Node* node);
- Reduction ReduceCheckMaps(Node* node);
- Reduction ReduceCheckString(Node* node);
- Reduction ReduceLoadField(Node* node);
- Reduction ReduceNumberRoundop(Node* node);
- Reduction ReduceSelect(Node* node);
- Reduction ReducePhi(Node* node);
Reduction ReduceNumberBinop(Node* node);
Reduction ReduceInt32Binop(Node* node);
Reduction ReduceUI32Shift(Node* node, Signedness signedness);
@@ -100,8 +94,6 @@ class JSTypedLowering final : public AdvancedReducer {
Flags flags_;
JSGraph* jsgraph_;
Type* shifted_int32_ranges_[4];
- Type* const true_type_;
- Type* const false_type_;
Type* const the_hole_type_;
TypeCache const& type_cache_;
};
« no previous file with comments | « BUILD.gn ('k') | src/compiler/js-typed-lowering.cc » ('j') | src/compiler/typed-optimization.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698