summaryrefslogtreecommitdiff
path: root/compiler/optimizing/load_store_elimination.h
diff options
context:
space:
mode:
authorEric Arseneau <earseneau@google.com>2021-12-19 22:49:18 -0800
committerEric Arseneau <earseneau@google.com>2021-12-19 22:49:18 -0800
commit0c5adfaaa09b234ea4a11a28b931c91c3d68f423 (patch)
treee60b0a64a2b342e96f6b886ec3e2e453e494e567 /compiler/optimizing/load_store_elimination.h
parent6ad2c0ba3b84dffc86def566a9d6688d5a25e2d4 (diff)
parent00c84f21871a8df8c4acfd9469be80095f6c6a7d (diff)
Merge s-mpr-2021-12-05
Change-Id: Ie30e6decc687dd07c62f61760ea1900c619d6ce0
Diffstat (limited to 'compiler/optimizing/load_store_elimination.h')
-rw-r--r--compiler/optimizing/load_store_elimination.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/load_store_elimination.h b/compiler/optimizing/load_store_elimination.h
index e73ef5ef34..6ad2eb2c51 100644
--- a/compiler/optimizing/load_store_elimination.h
+++ b/compiler/optimizing/load_store_elimination.h
@@ -27,7 +27,7 @@ class LoadStoreElimination : public HOptimization {
public:
// Whether or not we should attempt partial Load-store-elimination which
// requires additional blocks and predicated instructions.
- static constexpr bool kEnablePartialLSE = true;
+ static constexpr bool kEnablePartialLSE = false;
// Controls whether to enable VLOG(compiler) logs explaining the transforms taking place.
static constexpr bool kVerboseLoggingMode = false;