That makes AbstractCallSite::isCallee(const Use *) behavior consistent with AbstractCallSite constructor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, THX!
llvm/include/llvm/IR/AbstractCallSite.h | ||
---|---|---|
148 | I checked and it still matches. At some point I locally removed the single use restriction actually. Nothing for this patch but just for your information ;) |
I checked and it still matches. At some point I locally removed the single use restriction actually. Nothing for this patch but just for your information ;)