[PATCH] D105155: [OpaquePtr] Support opaque pointers in intrinsic type check
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 30 09:45:28 PDT 2021
nikic updated this revision to Diff 355602.
nikic added a comment.
Also handles PointerToElt case. It looks like PointerTo is unused in-tree and VectorOfAnyPointersToElt is part of type mangling, so can directly allow opaque pointers.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105155/new/
https://reviews.llvm.org/D105155
Files:
llvm/include/llvm/IR/LLVMContext.h
llvm/lib/IR/Function.cpp
llvm/lib/IR/LLVMContext.cpp
llvm/test/Assembler/remangle-intrinsic-opaque-ptr.ll
llvm/test/Other/force-opaque-ptrs.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105155.355602.patch
Type: text/x-patch
Size: 5067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210630/7844731c/attachment.bin>
More information about the llvm-commits
mailing list