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

Unified Diff: src/IceDefs.h

Issue 1253833002: Subzero: Cleanly implement register allocation after phi lowering. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Cleanup Created 5 years, 5 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/IceDefs.h
diff --git a/src/IceDefs.h b/src/IceDefs.h
index 17e2fb14618c9dba4da24107eda08fecab5a164e..4e1fb3aea37dbefdb0c51ee5d6feae2d16786852 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -197,7 +197,9 @@ enum LivenessMode {
};
enum RegAllocKind {
+ RAK_Unknown,
RAK_Global, /// full, global register allocation
+ RAK_Phi, /// infinite-weight Variables with active spilling/filling
RAK_InfOnly /// allocation only for infinite-weight Variables
};

Powered by Google App Engine
This is Rietveld 408576698