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

Unified Diff: src/compiler/opcodes.h

Issue 1433353006: [machine-operator-reducer] fix float truncation (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: arm64: do not merge 64bit shr/sar with 32bit op Created 5 years, 1 month 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/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index 85652a3a4d0c29e3faa33cfb315b7e688a93894f..ca408a8943ff564d26fb8385d7714dd879d59517 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -379,6 +379,8 @@ class IrOpcode {
(kNumberEqual <= value && value <= kStringLessThanOrEqual) ||
(kWord32Equal <= value && value <= kFloat64LessThanOrEqual);
}
+
+ static bool Is64(Value value);
};
std::ostream& operator<<(std::ostream&, IrOpcode::Value);

Powered by Google App Engine
This is Rietveld 408576698