v2f16 case doesn't work yet because the VOP3P complex patterns haven't
been ported yet.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Oh, is that because the new node causes the intrinsics to be lowered to G_FMINNUM etc.? Why doesn't this affect any other targets?
Comment Actions
I think Tom just added these here as sample intrinsics. The handling wasn't correct anyway. Other targets didn't try to do this sort of thing. I don't think any generic intrinsic should be directly handled this way, and they should all route through a G_* instruction to be legalized