commit | 92655b6399df526c8fe69f3b566dc9c7761782e3 | [log] [tgz] |
---|---|---|
author | Gabe Black <gblack@eecs.umich.edu> | Thu Nov 18 13:11:36 2010 -0500 |
committer | Gabe Black <gblack@eecs.umich.edu> | Thu Nov 18 13:11:36 2010 -0500 |
tree | d66fecb0b51d81650a85201f821b053c3d1983e4 | |
parent | 4876e0c92b7ea5d2b9a06ec652dff5a0277e12ab [diff] |
O3: Fix fp destination register flattening, and index offset adjusting. This change makes O3 flatten floating point destination registers, and also fixes misc register flattening so that it's correctly repositioned relative to the resized regions for integer and floating point indices. It also fixes some overly long lines.