[PATCH] D104740: [OpaquePtr] Support call instruction
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 22 13:32:48 PDT 2021
arsenm added inline comments.
================
Comment at: llvm/lib/AsmParser/LLParser.cpp:1476-1477
return Val;
- // For calls we also accept variables in the program address space.
+ // For calls we also accept variables in the program address space, as well
+ // as opaque pointers.
Type *SuggestedTy = Ty;
----------------
This comment doesn't make sense, it reads like the address space and opaque pointers are mutually exclusive things
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104740/new/
https://reviews.llvm.org/D104740
More information about the llvm-commits
mailing list