[PATCH] D101704: [IR] Introduce the opaque pointer type

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 10 15:36:05 PDT 2021


dblaikie added a comment.

> To avoid confusion with existing pointer types, we disallow creating a pointer to an opaque pointer.

Is there some test coverage for this? (I guess some invalid textual and/or bitcode IR that demonstrates how this is checked/failed)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101704



More information about the llvm-commits mailing list