[all-commits] [llvm/llvm-project] dee6e3: [RISCV][NFC] Deduplicate Atomic Intrinsic Definitions
Sam Elliott via All-commits
all-commits at lists.llvm.org
Tue Jan 14 05:18:49 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dee6e39c7561a8b733cc260738ff7ea3ae78ee0c
https://github.com/llvm/llvm-project/commit/dee6e39c7561a8b733cc260738ff7ea3ae78ee0c
Author: Sam Elliott <selliott at lowrisc.org>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsRISCV.td
Log Message:
-----------
[RISCV][NFC] Deduplicate Atomic Intrinsic Definitions
Summary:
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.
Reviewers: asb, luismarques, jrtc27
Reviewed By: luismarques, jrtc27
Subscribers: Jim, rbar, johnrusso, simoncook, sabuasal, niosHD, kito-cheng, shiva0217, jrtc27, MaskRay, zzheng, edward-jones, rogfer01, MartinMosbeck, brucehoult, the_o, rkruppe, jfb, PkmX, jocewei, psnobl, benna, s.egerton, pzheng, sameer.abuasal, apazos, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D71777
More information about the All-commits
mailing list