Chromium Code Reviews

Unified Diff: src/compiler/loop-variable-optimizer.h

Issue 2222513002: [turbofan] Insert sigma nodes for loop variable backedge. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/compiler/loop-variable-optimizer.h
diff --git a/src/compiler/loop-variable-optimizer.h b/src/compiler/loop-variable-optimizer.h
index 0dfa8050fec8a81c8ef617a94642b1d36d9f3910..6eff453f09a398f78ad01ce1f6c069810afbe65d 100644
--- a/src/compiler/loop-variable-optimizer.h
+++ b/src/compiler/loop-variable-optimizer.h
@@ -68,7 +68,7 @@ class LoopVariableOptimizer {
}
void ChangeToInductionVariablePhis();
- void ChangeFromInductionVariablePhis();
+ void ChangeToPhisAndInsertSigmas();
private:
const int kAssumedLoopEntryIndex = 0;

Powered by Google App Engine