- Skip copying function arguments and unnecessary casting by using them directly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Oh, yes, if Fn->getArg(n) is no longer an O(n) linked-list walk, then this seems like a great change. I see that that happened... slightly over three years ago. Hooray for legacies. LGTM.