[PATCH] D91250: Support intrinsic overloading on unnamed types

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 21 02:37:40 PDT 2021


jeroen.dobbelaere added a comment.

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

> You should be able to download the reproducer. Running LLVM-dis should crash. https://oss-fuzz.com/download?testcase_id=5766959267446784

Ok. I am able to reproduce it now. It seems `llvm.lifetime.end` can also depend on unnamed types. I'll go over the various cases in `AutoUpgrade.cpp` and try to come up with a fix tomorrow.

Thanks for the notification !


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