[PATCH] D64956: NFC: Region annotation intrnsics addition based on RFC from llvmpar
Xinmin Tian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 8 12:30:45 PDT 2019
xtian updated this revision to Diff 214210.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64956/new/
https://reviews.llvm.org/D64956
Files:
llvm/include/llvm/IR/Intrinsics.td
Index: llvm/include/llvm/IR/Intrinsics.td
===================================================================
--- llvm/include/llvm/IR/Intrinsics.td
+++ llvm/include/llvm/IR/Intrinsics.td
@@ -962,7 +962,7 @@
def int_region_entry : Intrinsic<[llvm_token_ty], [], []>;
def int_region_exit : Intrinsic<[], [llvm_token_ty], []>;
-def int_region_marker : Intrinsic<[], [], []>;
+def int_region_marker : Intrinsic<[llvm_i1_ty], [], []>;
//===------------------------ Coroutine Intrinsics ---------------===//
// These are documented in docs/Coroutines.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64956.214210.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190808/2ec7a0af/attachment.bin>
More information about the llvm-commits
mailing list