[PATCH] D105236: [PowerPC] Implament Atomic Load and Stores Builtins
Albion Fung via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 5 10:26:35 PDT 2021
Conanap updated this revision to Diff 356527.
Conanap added a comment.
Moved the pattern definitions and removed unnecessary guard.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105236/new/
https://reviews.llvm.org/D105236
Files:
llvm/include/llvm/IR/IntrinsicsPowerPC.td
Index: llvm/include/llvm/IR/IntrinsicsPowerPC.td
===================================================================
--- llvm/include/llvm/IR/IntrinsicsPowerPC.td
+++ llvm/include/llvm/IR/IntrinsicsPowerPC.td
@@ -1532,3 +1532,4 @@
def int_ppc_ldarx : GCCBuiltin<"__builtin_ppc_ldarx">,
Intrinsic<[llvm_i64_ty], [llvm_ptr_ty], [IntrNoMem]>;
}
+
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105236.356527.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210705/9b8d6ce6/attachment.bin>
More information about the cfe-commits
mailing list