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/change-lowering.h

Issue 1941673002: [turbofan] Remove left-over change bits from ChangeLowering. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Don't mess with the regions yet Created 4 years, 8 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 | « no previous file | src/compiler/change-lowering.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/change-lowering.h
diff --git a/src/compiler/change-lowering.h b/src/compiler/change-lowering.h
index 064b38fd5bd1e94f6783dcd9faa9a60a9b49de6e..a79cb9c7a60147dea6893ef1f39e97a2c3d188d2 100644
--- a/src/compiler/change-lowering.h
+++ b/src/compiler/change-lowering.h
@@ -27,25 +27,12 @@ class ChangeLowering final : public Reducer {
Reduction Reduce(Node* node) final;
private:
- Node* SmiShiftBitsConstant();
-
- Node* ChangeInt32ToSmi(Node* value);
- Node* ChangeSmiToWord32(Node* value);
- Node* ChangeUint32ToFloat64(Node* value);
-
- Reduction ReduceChangeBitToBool(Node* value, Node* control);
- Reduction ReduceChangeBoolToBit(Node* value);
- Reduction ReduceChangeInt31ToTagged(Node* value, Node* control);
- Reduction ReduceChangeTaggedSignedToInt32(Node* value);
-
Reduction ReduceLoadField(Node* node);
Reduction ReduceStoreField(Node* node);
Reduction ReduceLoadElement(Node* node);
Reduction ReduceStoreElement(Node* node);
Reduction ReduceAllocate(Node* node);
- Reduction ReduceObjectIsSmi(Node* node);
-
Node* ComputeIndex(const ElementAccess& access, Node* const key);
Graph* graph() const;
Isolate* isolate() const;
« no previous file with comments | « no previous file | src/compiler/change-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698