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

Unified Diff: src/machine-type.h

Issue 2107833002: [turbofan] Allow stores bigger than tagged size in store-store elimination. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rename functions as suggested Created 4 years, 6 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/store-store-elimination.cc ('k') | src/machine-type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/machine-type.h
diff --git a/src/machine-type.h b/src/machine-type.h
index 08786100b05c2ceaf88001c48ce871fc26499da8..c8b15f5e3c1e4700fab07123d7789c3a4f089d83 100644
--- a/src/machine-type.h
+++ b/src/machine-type.h
@@ -28,6 +28,8 @@ enum class MachineRepresentation : uint8_t {
kTagged
};
+const char* MachineReprToString(MachineRepresentation);
+
enum class MachineSemantic : uint8_t {
kNone,
kBool,
« no previous file with comments | « src/compiler/store-store-elimination.cc ('k') | src/machine-type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698