diff options
author | Mark Mendell <mark.p.mendell@intel.com> | 2015-10-22 17:35:49 -0400 |
---|---|---|
committer | Mark Mendell <mark.p.mendell@intel.com> | 2015-11-05 10:56:59 -0500 |
commit | ea5af68d6dda832bdfb5978a0c5d6f86a3f67e80 (patch) | |
tree | 01fbfdc1b686cafad2d545815980e3d0b0451e0a /compiler/optimizing/graph_visualizer.cc | |
parent | b24301b06b31b463f7e92ebc9a8f75839e54b746 (diff) |
X86-64: Split long/double constant array/field set
A long constant needs to be in a register to store to memory.
By allowing stores of constants that are outside of the range of
int32_t, we reduce register usage.
Also support sets of float/double constants by using integer stores.
Rename RegisterOrInt32LongConstant to RegisterOrInt32Constant as it
now handles any type of constant.
Change-Id: I025d9ef889a5a433e45aa03b376bae40f14197d2
Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions