diff options
author | 2017-06-06 20:53:28 +0000 | |
---|---|---|
committer | 2017-06-06 20:53:30 +0000 | |
commit | ad58e8a25649f6cff14566b86a8ca7d0dbe22fd0 (patch) | |
tree | a6332ec37c84f93917fb839007b48637320da5e0 /compiler/optimizing/scheduler_arm.h | |
parent | f3b55509ab4dcc192104430fbc99c1b58a16d800 (diff) | |
parent | f0fc4c6c9cedbd8665a2f98c4a649a62aaf3ac19 (diff) |
Merge "ARM64: SIMD instruction scheduling."
Diffstat (limited to 'compiler/optimizing/scheduler_arm.h')
-rw-r--r-- | compiler/optimizing/scheduler_arm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/scheduler_arm.h b/compiler/optimizing/scheduler_arm.h index cb679fcd2d..897e97da49 100644 --- a/compiler/optimizing/scheduler_arm.h +++ b/compiler/optimizing/scheduler_arm.h @@ -103,6 +103,7 @@ class SchedulingLatencyVisitorARM : public SchedulingLatencyVisitor { M(BitwiseNegatedRight, unused) \ M(MultiplyAccumulate, unused) \ M(IntermediateAddress, unused) \ + M(IntermediateAddressIndex, unused) \ M(DataProcWithShifterOp, unused) #define DECLARE_VISIT_INSTRUCTION(type, unused) \ |