]> granicus.if.org Git - llvm/commit
Teach TableGen Intrin Emitter to handle LLVMPointerType<llvm_any_ty>
authorErich Keane <erich.keane@intel.com>
Wed, 26 Jun 2019 00:08:22 +0000 (00:08 +0000)
committerErich Keane <erich.keane@intel.com>
Wed, 26 Jun 2019 00:08:22 +0000 (00:08 +0000)
commit8910947d9af344a29fce3b2b44db5c6ba2360b32
tree8d4a1cac2e8b1fd3daf9cee00c6a302231c1e445
parent1c5d0ae75b26d0aa7e158bdbfc3358466fbb7188
Teach TableGen Intrin Emitter to handle LLVMPointerType<llvm_any_ty>

r363233 rewrote a bunch of the Intrin Emitter code, however the new
function to update the arg codes did not properly consider a pointer to
an any.  This patch adds that logic.

Differential Revision: https://reviews.llvm.org/D63507

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364364 91177308-0d34-0410-b5e6-96231b3b80d8
test/TableGen/intrinsic-pointer-to-any.td [new file with mode: 0644]
utils/TableGen/IntrinsicEmitter.cpp