This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][AArch64] Legalize vector G_FPOW
ClosedPublic

Authored by paquette on Apr 3 2019, 10:32 AM.

Details

Summary

This instruction is legalized in the same way as G_FSIN, G_FCOS, G_FLOG10, etc.

Update legalize-pow.mir and arm64-vfloatintrinsics.ll to reflect the change.

Diff Detail

Repository
rL LLVM

Event Timeline

paquette created this revision.Apr 3 2019, 10:32 AM
aemerson accepted this revision.Apr 3 2019, 11:31 AM
This revision is now accepted and ready to land.Apr 3 2019, 11:31 AM
This revision was automatically updated to reflect the committed changes.