OSDN Git Service

Extend constant folding to float and double operations.
authorRoland Levillain <rpl@google.com>
Tue, 16 Feb 2016 12:21:02 +0000 (12:21 +0000)
committerRoland Levillain <rpl@google.com>
Wed, 17 Feb 2016 13:52:33 +0000 (13:52 +0000)
commit31dd3d60491148d345c1edae1ccd090a1b67dd2b
tree57e6fc0663a39dd5abd6284adc822e8782c4bdf0
parent88f38e9b4e9ba0aca3d6fd4823be3a7226c87f33
Extend constant folding to float and double operations.

Change-Id: I2837064b2ceea587bc171fc520507f13355292c6
compiler/optimizing/constant_folding.cc
compiler/optimizing/graph_visualizer.cc
compiler/optimizing/nodes.cc
compiler/optimizing/nodes.h
runtime/utils.h
test/442-checker-constant-folding/smali/TestCmp.smali [new file with mode: 0644]
test/442-checker-constant-folding/src/Main.java