This just avoids explicitly passing in 'this' as an argument in a bunch
of places.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/IR/IRBuilder.cpp | ||
---|---|---|
148 | As far as I can tell, most of these should just use CreateCall, rather than createCallHelper. The only thing createCallHelper adds is copying FMF, and most of these usages don't specify an FMFSource. |
As far as I can tell, most of these should just use CreateCall, rather than createCallHelper. The only thing createCallHelper adds is copying FMF, and most of these usages don't specify an FMFSource.