This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Use default attributes for intrinsics
ClosedPublic

Authored by craig.topper on Dec 19 2022, 6:21 PM.

Details

Summary

This switches a large subset of RISC-V intrinsics to use default
attributes (nosync, nofree, nocallback and willreturn).

I didn't reformat a lot of this. I can spend more time on that if
we think it's important.

Diff Detail

Event Timeline

craig.topper created this revision.Dec 19 2022, 6:21 PM
craig.topper requested review of this revision.Dec 19 2022, 6:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 19 2022, 6:21 PM
nikic accepted this revision.Dec 20 2022, 12:56 AM

LG. Not familiar with riscv, but based on names/comments these look fine.

This revision is now accepted and ready to land.Dec 20 2022, 12:56 AM
eopXD accepted this revision.Dec 20 2022, 12:57 AM
asb accepted this revision.Dec 20 2022, 1:36 AM

LGTM.

This revision was landed with ongoing or failed builds.Dec 20 2022, 8:36 AM
This revision was automatically updated to reflect the committed changes.