[PATCH] D58356: Hexagon: Add ImmArg to intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 08:06:33 PST 2019


arsenm created this revision.
arsenm added a reviewer: kparzysz.
Herald added a subscriber: wdng.

I found these by asserting in clang for any GCCBuiltin that doesn't
require mangling and requires a constant for the builtin. This means
that intrinsics are missing which don't use GCCBuiltin, don't have
builtins defined in clang, or were missing the constant annotation in
the builtin definition.


https://reviews.llvm.org/D58356

Files:
  include/llvm/IR/IntrinsicsHexagon.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58356.187250.patch
Type: text/x-patch
Size: 63676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190218/1773ae60/attachment.bin>


More information about the llvm-commits mailing list