This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Define __ARM_FEATURE_{CRC32,ATOMICS}
ClosedPublic

Authored by avieira on Nov 13 2020, 9:06 AM.

Details

Summary

Hi all,

This patch implements the definition of ARM_FEATURE_ATOMICS and fixes the missing definition of ARM_FEATURE_CRC32 for Armv8.1-A.

Kind regards,
Andre

Diff Detail

Event Timeline

avieira created this revision.Nov 13 2020, 9:06 AM
avieira requested review of this revision.Nov 13 2020, 9:06 AM
chill added a reviewer: chill.Nov 13 2020, 9:11 AM
chill accepted this revision.Nov 13 2020, 9:42 AM

LGTM, thanks.

This revision is now accepted and ready to land.Nov 13 2020, 9:42 AM
avieira updated this revision to Diff 305504.Nov 16 2020, 7:18 AM

Rebased on top of trunk.

This revision was automatically updated to reflect the committed changes.