diff options
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 |
commit | 47ac53100303e7e864b7f6d65f17b23088ccf1d6 (patch) | |
tree | 95730c6ba84ef0eebca6236428c8ba51c5eaf280 /compiler/optimizing/loop_analysis.cc | |
parent | 51d771db35cc0647bc1fd2a32ed6348d181a7a41 (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/loop_analysis.cc')
-rw-r--r-- | compiler/optimizing/loop_analysis.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/optimizing/loop_analysis.cc b/compiler/optimizing/loop_analysis.cc index a776c37f36..78505171cb 100644 --- a/compiler/optimizing/loop_analysis.cc +++ b/compiler/optimizing/loop_analysis.cc @@ -214,9 +214,6 @@ class X86_64LoopHelper : public ArchDefaultLoopHelper { return 3; case HInstruction::InstructionKind::kIf: return 2; - case HInstruction::InstructionKind::kPredicatedInstanceFieldGet: - // test + cond-jump + IFieldGet - return 4; case HInstruction::InstructionKind::kInstanceFieldGet: return 2; case HInstruction::InstructionKind::kInstanceFieldSet: |