This is an archive of the discontinued LLVM Phabricator instance.

[X86] Use default attributes for even more intrinsics
ClosedPublic

Authored by nikic on Nov 7 2022, 7:12 AM.

Details

Summary

Another followup to D136939: This switches readonly X86 intrinsics to use default attributes (nosync, nofree, nocallback and willreturn).

With this, all readnone/readonly intrinsics should be covered, only memory writing intrinsics are left.

Diff Detail

Event Timeline

nikic created this revision.Nov 7 2022, 7:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 7 2022, 7:12 AM
nikic requested review of this revision.Nov 7 2022, 7:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 7 2022, 7:12 AM
pengfei accepted this revision.Nov 7 2022, 5:43 PM

LGTM, thanks!

This revision is now accepted and ready to land.Nov 7 2022, 5:43 PM
This revision was automatically updated to reflect the committed changes.