Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good - if you like, as a follow-up, it'd be great to change some of these function/data structures to use CallBase* rather than Instruction* now that that's an option (the functions that unconditionally cast<CallBase> their parameters, or for loops that unconditionally cast<CallBase> the elements, etc - perhaps could use CallBase parameter/element types to begin with)