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

Unified Diff: src/compiler/load-elimination.h

Issue 2304093002: [turbofan] Make field indices explicit for LoadElimination. (Closed)
Patch Set: Created 4 years, 3 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 | src/compiler/load-elimination.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/load-elimination.h
diff --git a/src/compiler/load-elimination.h b/src/compiler/load-elimination.h
index 8da3545b9572c8ea745800d06b28a39d217b6842..985e690bc4e24d71bf13255152d8b0885be6e8ac 100644
--- a/src/compiler/load-elimination.h
+++ b/src/compiler/load-elimination.h
@@ -214,6 +214,7 @@ class LoadElimination final : public AdvancedReducer {
AbstractState const* ComputeLoopState(Node* node,
AbstractState const* state) const;
+ static int FieldIndexOf(int offset);
static int FieldIndexOf(FieldAccess const& access);
CommonOperatorBuilder* common() const;
« no previous file with comments | « no previous file | src/compiler/load-elimination.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698