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

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

Issue 1772843003: [wasm] Some cleanup in the Int64Lowering. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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/wasm-compiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/int64-lowering.cc
diff --git a/src/compiler/int64-lowering.cc b/src/compiler/int64-lowering.cc
index dcd3190fcc83969432716b0066eba1d47d4cc7df..23774a670bafd8d77215cd800c5e7858d6169c66 100644
--- a/src/compiler/int64-lowering.cc
+++ b/src/compiler/int64-lowering.cc
@@ -333,7 +333,6 @@ void Int64Lowering::LowerNode(Node* node) {
ReplaceNode(node, replacement, nullptr);
break;
}
- // kExprI64Ne:
// kExprI64LtS:
case IrOpcode::kInt64LessThan: {
LowerComparison(node, machine()->Int32LessThan(),
@@ -366,14 +365,6 @@ void Int64Lowering::LowerNode(Node* node) {
// kExprI64Ctz:
// kExprI64Popcnt:
- // kExprF32SConvertI64:
- // kExprF32UConvertI64:
- // kExprF64SConvertI64:
- // kExprF64UConvertI64:
- // kExprI64SConvertF32:
- // kExprI64SConvertF64:
- // kExprI64UConvertF32:
- // kExprI64UConvertF64:
default: { DefaultLowering(node); }
}
}
« no previous file with comments | « no previous file | src/compiler/wasm-compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698