This is an archive of the discontinued LLVM Phabricator instance.

[TableGen] Allow TokenTy in intrinsic signatures
ClosedPublic

Authored by JosephTremoulet on Sep 1 2015, 8:57 AM.

Details

Summary

Add the necessary plumbing so that llvm_token_ty can be used as an
argument/return type in intrinsic definitions and correspondingly require
TokenTy in function types. TokenTy is an opaque type that has no target
lowering, but can be used in machine-independent intrinsics. It is
required for the upcoming llvm.eh.padparam intrinsic.

Diff Detail

Event Timeline

JosephTremoulet retitled this revision from to [TableGen] Allow TokenTy in intrinsic signatures.
JosephTremoulet updated this object.
JosephTremoulet added reviewers: majnemer, rnk.
rnk accepted this revision.Sep 1 2015, 9:21 AM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Sep 1 2015, 9:21 AM
JosephTremoulet edited edge metadata.
  • update intrinsic-varargs test to match new value of IIT_VARARG