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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 1 01:46:58 PDT 2021


fhahn added a comment.

In D101704#2752554 <https://reviews.llvm.org/D101704#2752554>, @aeubanks wrote:

> https://reviews.llvm.org/D102292 for documentation

It looks like the `assert(!isOpaque())` assertion in `getElementType` triggers when parsing certain bitcode with `sret` types: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=35708


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