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

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

Issue 612043003: Add inlining for intrinsics. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix bug. Created 6 years, 2 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
« no previous file with comments | « src/compiler/simplified-lowering.cc ('k') | src/compiler/simplified-operator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/simplified-operator.h
diff --git a/src/compiler/simplified-operator.h b/src/compiler/simplified-operator.h
index db29fd1fc5a345b20543997acbac914b6e96bb1c..1dbb6da25350281bfa641a4d1f5f149fa13cd4ea 100644
--- a/src/compiler/simplified-operator.h
+++ b/src/compiler/simplified-operator.h
@@ -155,6 +155,9 @@ class SimplifiedOperatorBuilder FINAL {
// store-element [base + index], length, value
const Operator* StoreElement(ElementAccess const&);
+ const Operator* IsSmi();
Michael Starzinger 2014/10/17 09:58:51 nit: Benedikt suggested to call these operators "O
sigurds 2014/10/21 14:42:25 Done.
+ const Operator* IsNonNegativeSmi();
+
private:
Zone* zone() const { return zone_; }
« no previous file with comments | « src/compiler/simplified-lowering.cc ('k') | src/compiler/simplified-operator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698