diff options
| author | 2017-09-21 19:42:05 +0000 | |
|---|---|---|
| committer | 2017-09-21 19:42:05 +0000 | |
| commit | 38a03535e4abf24cda22a13e514454d9847b9682 (patch) | |
| tree | 05cecd927afccd33fc1c14b39ada47e86873f560 /compiler/optimizing/nodes.h | |
| parent | 2406bf17998e15bd40677a907beb3e9c41facce4 (diff) | |
| parent | dbbac8f812a866b1b53f3007721f66038d208549 (diff) | |
Merge "Implement Sum-of-Abs-Differences idiom recognition."
Diffstat (limited to 'compiler/optimizing/nodes.h')
| -rw-r--r-- | compiler/optimizing/nodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index a6d0da1c96..6bc5111de2 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -1396,6 +1396,7 @@ class HLoopInformationOutwardIterator : public ValueObject { M(VecUShr, VecBinaryOperation) \ M(VecSetScalars, VecOperation) \ M(VecMultiplyAccumulate, VecOperation) \ + M(VecSADAccumulate, VecOperation) \ M(VecLoad, VecMemoryOperation) \ M(VecStore, VecMemoryOperation) \ |