commit | 3766332533f9bb8af3e59e3e54740340b7ecd95a | [log] [tgz] |
---|---|---|
author | Lei Zhang <[email protected]> | Wed Jan 16 20:49:11 2019 |
committer | jpienaar <[email protected]> | Fri Mar 29 22:23:28 2019 |
tree | 7585f19d0525cae4868034e8dfdb34519d330ed9 | |
parent | 5843e5a7c0811edc378f0f652efa743e1325604e [diff] |
Change impl::printBinaryOp() to consider operand and result type The operand and result types of binary ops are not necessarily the same. For those binary ops, we cannot print in the short-form assembly. Enhance impl:::printBinaryOp to consider operand and result types to select which assembly form to use. PiperOrigin-RevId: 229608142