Chromium Code Reviews

Unified Diff: src/compiler/ia32/instruction-scheduler-ia32.cc

Issue 1534593004: [turbofan] Pass type information of arguments to EmitPrepareArguments. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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
Index: src/compiler/ia32/instruction-scheduler-ia32.cc
diff --git a/src/compiler/ia32/instruction-scheduler-ia32.cc b/src/compiler/ia32/instruction-scheduler-ia32.cc
index 27c1e389a6b587c7e44eebcaa2aa85a0daaed5ad..f79962fe7c2169104c7d2164c497bcb3bb9a982b 100644
--- a/src/compiler/ia32/instruction-scheduler-ia32.cc
+++ b/src/compiler/ia32/instruction-scheduler-ia32.cc
@@ -108,6 +108,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
return kIsLoadOperation;
case kIA32Push:
+ case kIA32PushDouble:
case kIA32Poke:
return kHasSideEffect;

Powered by Google App Engine