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

Unified Diff: src/compiler/graph.h

Issue 1196613003: [turbofan] Preserve Bounds when cloning nodes in the scheduler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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/graph.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/graph.h
diff --git a/src/compiler/graph.h b/src/compiler/graph.h
index 44258feeb2453976dc69c4387dec10678bedee8a..cb073b312acafdc01933bbb6f113be18a714f1c4 100644
--- a/src/compiler/graph.h
+++ b/src/compiler/graph.h
@@ -80,6 +80,9 @@ class Graph : public ZoneObject {
return NewNode(op, arraysize(nodes), nodes);
}
+ // Clone the {node}, and assign a new node id to the copy.
+ Node* CloneNode(const Node* node);
+
template <class Visitor>
inline void VisitNodeInputsFromEnd(Visitor* visitor);
« no previous file with comments | « no previous file | src/compiler/graph.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698