This is an archive of the discontinued LLVM Phabricator instance.

Add rsqrt op to Standard dialect and lower it to LLVM dialect.
AbandonedPublic

Authored by akuegel on Feb 28 2020, 7:06 AM.

Details

Summary

This adds an rsqrt op to the standard dialect, and lowers
it as 1 / sqrt to the LLVM dialect.

Diff Detail

Event Timeline

akuegel created this revision.Feb 28 2020, 7:06 AM
akuegel abandoned this revision.Feb 28 2020, 7:08 AM

Sorry, I accidentally created a new patch instead of updating the old one. Abandoning this.