[PATCH] D104740: [OpaquePtr] Support call instruction

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 09:55:49 PDT 2021


nikic added a comment.

In D104740#2836318 <https://reviews.llvm.org/D104740#2836318>, @aeubanks wrote:

> at some point, this might not be necessary if all function pointers become opaque pointers, right?
> but for now we do need this

Yeah, the LLParser part wouldn't be needed with opaque function pointers.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104740/new/

https://reviews.llvm.org/D104740



More information about the llvm-commits mailing list