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

Unified Diff: src/compiler/int64-lowering.h

Issue 1729263002: [wasm] I added comparison operators to the Int64Lowering. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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/int64-lowering.cc » ('j') | src/compiler/wasm-compiler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/int64-lowering.h
diff --git a/src/compiler/int64-lowering.h b/src/compiler/int64-lowering.h
index 79a95dc195a0d4abd302838d752c11022c4d40ac..e74c9defdf664b57d5079bb389bd9a5cda820190 100644
--- a/src/compiler/int64-lowering.h
+++ b/src/compiler/int64-lowering.h
@@ -39,6 +39,9 @@ class Int64Lowering {
void LowerNode(Node* node);
bool DefaultLowering(Node* node);
+ void LowerComparisonToLexicographicComparison(Node* node,
titzer 2016/02/24 17:41:35 This name is pretty long :) LowerComparison shoul
ahaas 2016/02/25 11:56:08 Done.
+ const Operator* signed_op,
+ const Operator* unsigned_op);
void ReplaceNode(Node* old, Node* new_low, Node* new_high);
bool HasReplacementLow(Node* node);
« no previous file with comments | « no previous file | src/compiler/int64-lowering.cc » ('j') | src/compiler/wasm-compiler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698