Legalize and emit code for:
- xscvsdqp
- xscvudqp
Differential D45230
[Power9]Legalize and emit code for converting (Un)Signed DWord to Quad-Precision lei on Apr 3 2018, 2:33 PM. Authored by
Details Legalize and emit code for:
Diff Detail Event TimelineComment Actions I think overall, we want to cover all the ways we can get the input integer:
I don't mind that being split up into multiple patches, but I think we can at least start with a test case for each of the cases with FIXME's for what we're going to cover in upcoming patches.
Comment Actions LGTM. Feel free to address the nit comments on the commit.
|
Nit: complete sentences - don't forget the punctuation. Also, no need to be this generic here. Something like // Conversions to f128 are legal. should communicate this more clearly.