Chromium Code Reviews

Unified Diff: src/IceCfg.h

Issue 2124973005: Selectively invert ICMP operands for better address optimization (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: More auto Created 4 years, 5 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
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | src/IceCfg.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfg.h
diff --git a/src/IceCfg.h b/src/IceCfg.h
index 42e6ef121c519417faf5393e42a74bf62728e4f5..d8f2f203471034279b71dcdad14eb1259ec037c9 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -202,6 +202,7 @@ public:
void shuffleNodes();
void localCSE();
void shortCircuitJumps();
+ void invertICMP();
John 2016/07/07 21:20:56 This seems like X86-specific. If it is, then it sh
manasijm 2016/07/07 22:43:35 Found a nice place to move it. Added a virtual fun
/// Scan allocas to determine whether we need to use a frame pointer.
/// If SortAndCombine == true, merge all the fixed-size allocas in the
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | src/IceCfg.cpp » ('J')

Powered by Google App Engine