[PATCH] D122203: [IR] Allow matching vector pointer with opaque pointers.
Hendrik Greving via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 07:34:55 PDT 2022
hgreving added a comment.
In D122203#3398701 <https://reviews.llvm.org/D122203#3398701>, @aeubanks wrote:
> Could you make the title more specific, mentioning intrinsic overloading and opaque pointers?
>
> Also could you add a FIXME saying that other nested types don't properly work with intrinsic overloading but hopefully it doesn't happen in practice?
Done. Except it has nothing to do with overloading I think. It's matching an intrinsic signature in the verifier if opaque pointers are enabled, overloaded or not..
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122203/new/
https://reviews.llvm.org/D122203
More information about the llvm-commits
mailing list