This implements lowering of SELECT_CC for f16s, which enables
codegen of VSEL with f16 types.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi Sjoerd, this LGTM.
Are you planning on adding support for the closely related vmaxnm and vminnm instructions too?
cheers,
Comment Actions
Hi Sam,
Thanks for reviewing and checking. Yes, I will do the vmaxnm and vminnm instructions soon, and was planning to do this in separate patch.
Cheers.