summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/optimizations/notsimplifier/test002/dx/Tests.java
Commit message (Collapse)AuthorAgeFilesLines
* Add complementary test for not simplifier optimizationmikaelpeltier2015-05-211-50/+132
| | | | | Change-Id: Ie6918e1b069065b133657d19a60265202837c656 (cherry picked from commit 0d60e80a141b0b23bf2e1a0a4709dd14d1aa47e0)
* NotSimplifier must take into account floating typesmikaelpeltier2015-05-211-0/+86
- cmpl-x and cmpg-x do not return the same value for Nan operands. Consequently !(a>b) can not be replace by a<=b when using floating types otherwise the condition will not be evaluated correctly at runtime. Bug: 21212402 Change-Id: Idfd37459b0013e1d0fba274bbc0f9acc103bb605 (cherry picked from commit 0635c13e2a4581dec9e3b3e78c4b6dcd8327a2d7)