Calls to ObjC's objc_msgSend function are done by bitcasting the function global to the required function type signature. This patch looks through this bitcast so that we can do a direct call with bl on arm64 instead of using an indirect blr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo