This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Add IRTranslator support for @llvm.sqrt -> G_FSQRT
ClosedPublic

Authored by paquette on Jan 28 2019, 2:38 PM.

Details

Summary

Follow-up commit to https://reviews.llvm.org/D57359.

This adds IRTranslator support for recognising a @llvm.sqrt intrinsic and translating it into a G_FSQRT.

Diff Detail