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

Unified Diff: src/compiler/machine-operator.h

Issue 2258073002: [Turbofan]: Use new MachineTypes in access-builder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: REBASE. Created 4 years, 4 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/machine-operator.h
diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
index 92c698676839e3be3eabac6247330507ffe4ec39..f6e8775c78d6fe1d69566209841d8843ae4dd162 100644
--- a/src/compiler/machine-operator.h
+++ b/src/compiler/machine-operator.h
@@ -312,6 +312,8 @@ class MachineOperatorBuilder final : public ZoneObject {
const Operator* ImpossibleToFloat32();
const Operator* ImpossibleToFloat64();
const Operator* ImpossibleToTagged();
+ const Operator* ImpossibleToTaggedSigned();
+ const Operator* ImpossibleToTaggedPointer();
const Operator* ImpossibleToBit();
// These operators truncate or round numbers, both changing the representation

Powered by Google App Engine
This is Rietveld 408576698