[PATCH] D104272: [OpaquePtr] Mangle intrinsics with opaque pointers arguments
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 15 17:52:41 PDT 2021
dblaikie added a comment.
In D104272#2820748 <https://reviews.llvm.org/D104272#2820748>, @aeubanks wrote:
> I couldn't parse your comment, could you rephrase?
Oh, I just went and looked more - and now I see that the mangled parameter types are `.` separated, so the ambiguities I thought could occur (is `p0i8` an opaque pointer followed by an i8 or a typed pointer-to-i8? Not actually ambiguous, because opaque pointer followed by i8 would be `p0.i8` instead).
Carry on!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104272/new/
https://reviews.llvm.org/D104272
More information about the llvm-commits
mailing list