This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][AArch64] Add instruction selection support for @llvm.sqrt
ClosedPublic

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

Details

Reviewers
aemerson
Summary

This teaches the legalizer about G_FSQRT in AArch64. Also adds a legalizer test for G_FSQRT, a selection test for it, and updates existing floating point tests.

Diff Detail