[PATCH] D98780: [IR] Add opt-in flag to isIndirectCall() to consider inlineasm
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 17 12:19:43 PDT 2021
arsenm requested changes to this revision.
arsenm added a comment.
This revision now requires changes to proceed.
I don't think this should be done. The point of the function is to check if the IR instruction is an indirect call. inline is a different entity
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98780/new/
https://reviews.llvm.org/D98780
More information about the llvm-commits
mailing list