diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2017-05-23 08:06:07 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2017-05-23 08:06:07 +0000 |
commit | 9231690d586ecf45d5d9481bc5df5a5ad2628c89 (patch) | |
tree | d48bf8b22461f6488821be6117ff2da4cc176093 /compiler/optimizing/loop_optimization.h | |
parent | 636e870d55c1739e2318c2180fac349683dbfa97 (diff) |
Revert "Support for narrow operands in "dangerous" operations."
Fails on armv8 / speed-profile
This reverts commit 636e870d55c1739e2318c2180fac349683dbfa97.
Change-Id: Ib2a09b3adeba994c6b095672a1e08b32d3871872
Diffstat (limited to 'compiler/optimizing/loop_optimization.h')
-rw-r--r-- | compiler/optimizing/loop_optimization.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/compiler/optimizing/loop_optimization.h b/compiler/optimizing/loop_optimization.h index 35298d4076..6d5978d337 100644 --- a/compiler/optimizing/loop_optimization.h +++ b/compiler/optimizing/loop_optimization.h @@ -137,11 +137,7 @@ class HLoopOptimization : public HOptimization { HInstruction* opa, HInstruction* opb, Primitive::Type type); - void GenerateVecOp(HInstruction* org, - HInstruction* opa, - HInstruction* opb, - Primitive::Type type, - bool is_unsigned = false); + void GenerateVecOp(HInstruction* org, HInstruction* opa, HInstruction* opb, Primitive::Type type); // Vectorization idioms. bool VectorizeHalvingAddIdiom(LoopNode* node, |