ARM: Add ImmArg to intrinsics
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 14 Mar 2019 13:46:14 +0000 (13:46 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 14 Mar 2019 13:46:14 +0000 (13:46 +0000)
commit4e3e4016bf4be7cb1c916ffb184b3eefc57b7ceb
treee9a6ee838b5fb6990ca14fdece0ef533d2691f46
parent3a31b3f6e8f3de936da9b2f06deabadf1c60358c
ARM: Add ImmArg to intrinsics

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.

llvm-svn: 356144
llvm/include/llvm/IR/IntrinsicsARM.td
llvm/test/CodeGen/ARM/cdp.ll [deleted file]
llvm/test/CodeGen/ARM/cdp2.ll [deleted file]
llvm/test/Verifier/ARM/intrinsic-immarg.ll [new file with mode: 0644]
llvm/test/Verifier/ARM/lit.local.cfg [new file with mode: 0644]