[PATCH] D106013: [Verifier] Require same signature for intrinsic calls

Duncan P. N. Exon Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 15 12:06:40 PDT 2021


dexonsmith added a comment.

In D106013#2881021 <https://reviews.llvm.org/D106013#2881021>, @aeubanks wrote:

> @ahatanak, any idea what's up with `@llvm.objc.msgSend()`?

There's some context in https://reviews.llvm.org/D55348 / be4f5711073613115c036206db0d9a45fd0632ab.

In D106013#2881011 <https://reviews.llvm.org/D106013#2881011>, @nikic wrote:

> I'm not sure what's up with these `@llvm.objc.msgSend` intrinsics -- clang only uses the normal `@objc_msgSend` function.

That doesn't seem right...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106013/new/

https://reviews.llvm.org/D106013



More information about the llvm-commits mailing list