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

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

Issue 2561673002: s390: Remove RSubI on s390 and optimize ConstantI (Closed)
Patch Set: remove function Created 4 years 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/crankshaft/s390/lithium-s390.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/s390/macro-assembler-s390.cc
diff --git a/src/s390/macro-assembler-s390.cc b/src/s390/macro-assembler-s390.cc
index 48f99549186f8208a96736e72007bee9c9b39933..3b3f7dc430f7c8a3ab06cf4e231704452fcef20b 100644
--- a/src/s390/macro-assembler-s390.cc
+++ b/src/s390/macro-assembler-s390.cc
@@ -4215,7 +4215,7 @@ void MacroAssembler::Load(Register dst, const Operand& opnd) {
#endif
} else {
#if V8_TARGET_ARCH_S390X
- llilf(dst, opnd);
+ lgfi(dst, opnd);
JoranSiu 2016/12/08 02:51:37 Is this a functional bug that we might need to bac
#else
iilf(dst, opnd);
#endif
« no previous file with comments | « src/crankshaft/s390/lithium-s390.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698