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

Unified Diff: src/a64/macro-assembler-a64.cc

Issue 199183002: A64: Remove temporary sxtw instructions (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/a64/macro-assembler-a64.cc
diff --git a/src/a64/macro-assembler-a64.cc b/src/a64/macro-assembler-a64.cc
index 41930a3230193522c29cc34b956f066a8b870410..25edc06161dc533d02e718cc09d9fe4fc4312cda 100644
--- a/src/a64/macro-assembler-a64.cc
+++ b/src/a64/macro-assembler-a64.cc
@@ -2824,10 +2824,6 @@ void MacroAssembler::TruncateDoubleToI(Register result,
Pop(lr);
Bind(&done);
-
- // TODO(rmcilroy): Remove this Sxtw once the following bug is fixed:
- // https://code.google.com/p/v8/issues/detail?id=3149
- Sxtw(result, result.W());
}
@@ -2854,10 +2850,6 @@ void MacroAssembler::TruncateHeapNumberToI(Register result,
Pop(lr);
Bind(&done);
-
- // TODO(rmcilroy): Remove this Sxtw once the following bug is fixed:
- // https://code.google.com/p/v8/issues/detail?id=3149
- Sxtw(result, result.W());
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698