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

Unified Diff: src/compiler/code-assembler.h

Issue 2101123005: [turbofan] Introduce integer multiplication with overflow. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix compile error. Created 4 years, 5 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
Index: src/compiler/code-assembler.h
diff --git a/src/compiler/code-assembler.h b/src/compiler/code-assembler.h
index 074113eb349b3dd6254b28c890dd34877adba672..2197069f92062b0162605ab063bcf6e18f5d50bb 100644
--- a/src/compiler/code-assembler.h
+++ b/src/compiler/code-assembler.h
@@ -85,6 +85,7 @@ class Schedule;
V(Int32AddWithOverflow) \
V(Int32Sub) \
V(Int32Mul) \
+ V(Int32MulWithOverflow) \
V(Int32Div) \
V(Int32Mod) \
V(WordOr) \

Powered by Google App Engine
This is Rietveld 408576698