commit | e1c3a8e2203881759efec3538cc654937de1d817 | [log] [tgz] |
---|---|---|
author | jeffhao <jeffhao@google.com> | Wed Feb 09 18:29:00 2011 -0800 |
committer | jeffhao <jeffhao@google.com> | Wed Feb 09 18:29:00 2011 -0800 |
tree | 228c160a06f9826b902701243b639066d75aafda | |
parent | 1e7c544617b8625719d224730141e4a8da89e25b [diff] |
Added support for integer division to SCCP. Division generates a result that must be fetched with a move-result-pseudo instruction. SCCP originally had no way of tying the division with the result it generates. This change should allow proper constant propagation when division of integers is involved. Change-Id: Ib7c5d2dd26eea3ab6545b613a540f0161a8e1642