[PATCH] D91250: Support intrinsic overloading on unnamed types

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 20 14:15:18 PDT 2021


jeroen.dobbelaere added a comment.

In D91250#2639731 <https://reviews.llvm.org/D91250#2639731>, @fhahn wrote:

> It looks like this causes assertion failures when dis-assembling some bitcode https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32288

Do you have a access to a full backtrace ? I am not able to access the 'detailed report' and it will probably be hard for me to find out on how the
set up a docker image on the corporate system.'

One possible problem could be when `LLVMIntrinsicCopyOverloadedName` is used with an unnamed type. Not sure what guarantees we can give there.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91250



More information about the llvm-commits mailing list