Based on the direction of IR Verifier changes in D146845, this documentation needs to be updated.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'd say this is already implied by the current wording, but doesn't hurt to be explicit
Comment Actions
Though I am wondering if there's any real reason to require anything of an indirect call site
Comment Actions
What if an optimization propagates a constant value into an indirect call? That would make it possible for the indirect call to become direct.