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

Unified Diff: src/IceTimerTree.def

Issue 1351433002: Subzero: Validate phi instructions after CFG construction. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Add the test provenance Created 5 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 | « src/IceCfgNode.cpp ('k') | tests_lit/llvm2ice_tests/Input/phi-invalid.tbc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTimerTree.def
diff --git a/src/IceTimerTree.def b/src/IceTimerTree.def
index 9bcc53c2cd84fddf30d93576f66433ee98f06ccb..6db9fbc0c2cfff844986de56a98f92573494b5d6 100644
--- a/src/IceTimerTree.def
+++ b/src/IceTimerTree.def
@@ -46,6 +46,7 @@
X(parseModule) \
X(parseModuleValuesymtabs) \
X(parseTypes) \
+ X(phiValidation) \
X(placePhiLoads) \
X(placePhiStores) \
X(regAlloc) \
« no previous file with comments | « src/IceCfgNode.cpp ('k') | tests_lit/llvm2ice_tests/Input/phi-invalid.tbc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698