This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Move towards deprecating alignbit intrinsic
ClosedPublic

Authored by arsenm on Mar 19 2020, 7:09 PM.

Details

Summary

This is equivalent to llvm.fshr, so legalize the intrinsic to the
generic node.

Diff Detail

Event Timeline

arsenm created this revision.Mar 19 2020, 7:09 PM
foad accepted this revision.Mar 20 2020, 3:03 AM

Seems pretty obvious to me. Presumably this has no effect on generated code?

This revision is now accepted and ready to land.Mar 20 2020, 3:03 AM