Displaying 1 result from an estimated 1 matches for "ae75d3d7".
2015 Aug 13
2
Splitting 'expand' into 'split' and `expand`.
Are you primarily trying to avoid Expand being implemented as a lib call
with a larger type?
No - I’m stuck in this situation:
- 8-bit addition is legal
- 16-bit addition is illegal, should expand into an add and an add with
carry
- A few operations support 16-bit operands - the 16-bit DREGS register
class
The legalizer sees that 16-bit addition should expand. It sees that there