This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Add IRTranslator support for G_ISNAN
ClosedPublic

Authored by paquette on Aug 17 2021, 11:05 AM.

Details

Summary

This is pretty much the same as the associated SelectionDAGBuilder code. Main difference is that we don't expand it here. It makes more sense to do that during legalization in GlobalISel. GlobalISel will just legalize the generated illegal types.

Diff Detail