summaryrefslogtreecommitdiff
path: root/compiler/optimizing/scheduler_arm64.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2017-09-02 12:54:16 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2017-09-02 12:54:16 +0000
commit982334cef17d47ef2477d88a97203a9587a4b86f (patch)
tree7e65d03a4533f21286cf68e66696bd0a7a54ef54 /compiler/optimizing/scheduler_arm64.h
parentcfa59b49cde265dc5329a7e6956445f9f7a75f15 (diff)
Revert "Basic SIMD reduction support."
Fails 530-checker-lse on arm64. Bug: 64091002, 65212948 This reverts commit cfa59b49cde265dc5329a7e6956445f9f7a75f15. Change-Id: Icb5d6c805516db0a1d911c3ede9a246ccef89a22
Diffstat (limited to 'compiler/optimizing/scheduler_arm64.h')
-rw-r--r--compiler/optimizing/scheduler_arm64.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/compiler/optimizing/scheduler_arm64.h b/compiler/optimizing/scheduler_arm64.h
index e1a80ec6fb..63d5b7d6b6 100644
--- a/compiler/optimizing/scheduler_arm64.h
+++ b/compiler/optimizing/scheduler_arm64.h
@@ -83,8 +83,8 @@ class SchedulingLatencyVisitorARM64 : public SchedulingLatencyVisitor {
M(SuspendCheck , unused) \
M(TypeConversion , unused) \
M(VecReplicateScalar , unused) \
- M(VecExtractScalar , unused) \
- M(VecReduce , unused) \
+ M(VecSetScalars , unused) \
+ M(VecSumReduce , unused) \
M(VecCnv , unused) \
M(VecNeg , unused) \
M(VecAbs , unused) \
@@ -103,7 +103,6 @@ class SchedulingLatencyVisitorARM64 : public SchedulingLatencyVisitor {
M(VecShl , unused) \
M(VecShr , unused) \
M(VecUShr , unused) \
- M(VecSetScalars , unused) \
M(VecMultiplyAccumulate, unused) \
M(VecLoad , unused) \
M(VecStore , unused)