commit | ef8cf0e06a96f83c226d84dafddf87441b454f47 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Tue Aug 26 22:16:29 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Tue Aug 26 22:16:29 2014 -0700 |
tree | 36306b88d62ea5faaad1f9e9cee33a1fed769184 | |
parent | ac9c94393df5c95545ee796f5f7953ffeaec888e [diff] |
Subzero: Fix some legalization issues involving immediates. Some lowering sequences were incorrectly allowing immediate operands in native instructions. This includes 32-bit icmp, 64-bit icmp, select, switch, and 64-bit mul. BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/511543002