[PATCH] D105733: [OpaquePtr] Require matching signature in getCalledFunction()
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 12 16:24:56 PDT 2021
aeubanks added a comment.
intrinsics should always have matching arguments/signatures, we should perhaps have a verifier check for that?
is this going to return null for vararg function calls now?
perhaps we could see if `getCalledFunction()` now returns null where previously it wouldn't on anything in e.g. llvm-test-suite/spec/etc
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105733/new/
https://reviews.llvm.org/D105733
More information about the llvm-commits
mailing list