[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:12:01 PDT 2021


dexonsmith added a comment.

Looks like the clang side was https://reviews.llvm.org/D55802 / 2cd3596b1a48a3ff007f58f933e77442caeec746.

But that didn't convert objc_msgSend, presumably because the optimizer just sees that as an opaque method. Not sure if an intrinsic is useful for that method...


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

https://reviews.llvm.org/D106013



More information about the llvm-commits mailing list