This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Emit llvm.fshr for __builtin_amdgcn_alignbit
ClosedPublic

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

Details

Reviewers
yaxunl
rampitec
Summary

These are equivalent. The generic rotate builtins do not directly map
to the fshr intrinsic.

Diff Detail

Event Timeline

arsenm created this revision.Mar 19 2020, 7:03 PM
This revision is now accepted and ready to land.Mar 23 2020, 1:32 PM