[PATCH] D71777: [RISCV][NFC] Deduplicate Atomic Intrinsic Definitions

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 11:01:12 PST 2019


lenary created this revision.
lenary added reviewers: asb, luismarques.
Herald added subscribers: llvm-commits, apazos, sameer.abuasal, pzheng, s.egerton, benna, psnobl, jocewei, PkmX, jfb, rkruppe, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, MaskRay, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar.
Herald added a project: LLVM.

This is a slight cleanup, to use multiclasses to avoid the duplication between
the different atomic intrinsic definitions. The produced intrinsics are
unchanged, they're just generated in a more succinct way.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71777

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71777.234926.patch
Type: text/x-patch
Size: 5334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191220/26333495/attachment-0001.bin>


More information about the llvm-commits mailing list