This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Add IRTranslator support for @llvm.lround.* -> G_LROUND
ClosedPublic

Authored by paquette on Aug 19 2021, 3:52 PM.

Details

Summary

Translate the @llvm.lround.* family to G_LROUND via IRTranslator::translateSimpleIntrinsic.

Diff Detail