[PATCH] D140360: [RISCV] Use default attributes for intrinsics

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 18:21:41 PST 2022


craig.topper created this revision.
craig.topper added reviewers: nikic, asb, luismarques, reames, kito-cheng, eopXD.
Herald added subscribers: sunshaoce, VincentWu, StephenFan, vkmr, frasercrmck, evandro, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, niosHD, sabuasal, simoncook, johnrusso, rbar, arichardson.
Herald added a project: All.
craig.topper requested review of this revision.
Herald added subscribers: pcwang-thead, MaskRay.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140360

Files:
  llvm/include/llvm/IR/IntrinsicsRISCV.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140360.484147.patch
Type: text/x-patch
Size: 46969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221220/506b4f70/attachment.bin>


More information about the llvm-commits mailing list