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

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

Issue 2138633002: [turbofan] Introduce CheckedInt32Div and CheckedInt32Mod operators. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 d4daa701bab91aacce22063d1aad04a054296480..074113eb349b3dd6254b28c890dd34877adba672 100644
--- a/src/compiler/code-assembler.h
+++ b/src/compiler/code-assembler.h
@@ -86,6 +86,7 @@ class Schedule;
V(Int32Sub) \
V(Int32Mul) \
V(Int32Div) \
+ V(Int32Mod) \
V(WordOr) \
V(WordAnd) \
V(WordXor) \

Powered by Google App Engine
This is Rietveld 408576698