summaryrefslogtreecommitdiff
path: root/compiler/optimizing/scheduler_test.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2021-01-22 08:41:08 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2021-01-22 08:41:39 +0000
commit47ac53100303e7e864b7f6d65f17b23088ccf1d6 (patch)
tree95730c6ba84ef0eebca6236428c8ba51c5eaf280 /compiler/optimizing/scheduler_test.cc
parent51d771db35cc0647bc1fd2a32ed6348d181a7a41 (diff)
Revert "Partial Load Store Elimination"
This reverts commit b8686ce4c93eba7192ed7ef89e7ffd9f3aa6cd07. Bug: 67037140 Reason for revert: Fails a few tests. Change-Id: Icf0635bffbfbba93bf0a5b854a9582c418198136
Diffstat (limited to 'compiler/optimizing/scheduler_test.cc')
-rw-r--r--compiler/optimizing/scheduler_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/scheduler_test.cc b/compiler/optimizing/scheduler_test.cc
index a1cc202a89..c166a46082 100644
--- a/compiler/optimizing/scheduler_test.cc
+++ b/compiler/optimizing/scheduler_test.cc
@@ -274,7 +274,7 @@ class SchedulerTest : public OptimizingUnitTest {
}
HeapLocationCollector heap_location_collector(
- graph_, GetScopedAllocator(), LoadStoreAnalysisType::kBasic);
+ graph_, GetScopedAllocator(), /*for_partial_elimination=*/false);
heap_location_collector.VisitBasicBlock(entry);
heap_location_collector.BuildAliasingMatrix();
TestSchedulingGraph scheduling_graph(GetScopedAllocator(), &heap_location_collector);