[PATCH] D58351: ARM: Add ImmArg to intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 07:59:56 PST 2019


arsenm created this revision.
arsenm added reviewers: rovka, rs, t.p.northover.
Herald added subscribers: kristof.beyls, javed.absar, 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/D58351

Files:
  include/llvm/IR/IntrinsicsARM.td
  test/CodeGen/ARM/cdp.ll
  test/CodeGen/ARM/cdp2.ll
  test/Verifier/ARM/intrinsic-immarg.ll
  test/Verifier/ARM/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58351.187246.patch
Type: text/x-patch
Size: 6793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190218/005cb409/attachment.bin>


More information about the llvm-commits mailing list