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

Unified Diff: src/compiler/value-numbering-reducer.h

Issue 2475653002: [turbofan] Do not replace actual duplicates when value numbering (Closed)
Patch Set: Fix replacement type-check Created 4 years, 1 month 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 | src/compiler/value-numbering-reducer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/value-numbering-reducer.h
diff --git a/src/compiler/value-numbering-reducer.h b/src/compiler/value-numbering-reducer.h
index f52e13b45c98a044c13fa4d80bed2f65b20dd53b..521ce59f20e84f301a8ad0f3ee78f112b992d094 100644
--- a/src/compiler/value-numbering-reducer.h
+++ b/src/compiler/value-numbering-reducer.h
@@ -24,6 +24,7 @@ class V8_EXPORT_PRIVATE ValueNumberingReducer final
private:
enum { kInitialCapacity = 256u };
+ Reduction ReplaceIfTypesMatch(Node* node, Node* replacement);
void Grow();
Zone* temp_zone() const { return temp_zone_; }
Zone* graph_zone() const { return graph_zone_; }
« no previous file with comments | « no previous file | src/compiler/value-numbering-reducer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698