commit | bff2465abb4b0c097623c82f18a1307ea890bff1 | [log] [tgz] |
---|---|---|
author | buzbee <buzbee@google.com> | Sun May 06 16:22:05 2012 -0700 |
committer | buzbee <buzbee@google.com> | Sun May 06 16:30:57 2012 -0700 |
tree | aee1448eec34b9e5bf8c41fc9f83559ca5f49fd7 | |
parent | d0379748bd05b949a8e2193b44ddf4950f9569a8 [diff] |
[Compiler] Add object ref discovery Previously, the compiler ran a type inference pass to identify floating point uses for register allocation. The grand plan involves moving all type inference into the Art compiler driver (using the results from verification). As a short-term workaround, this CL adds object reference discovery to the type inference pass. This is needed for LLVM-IR generation. Change-Id: I655806264181bfd26ab9340582a02c657cd3f678