[PATCH] D91661: Revert of D49126 [PredicateInfo] Use custom mangling to support ssa_copy with unnamed types.

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 12:51:41 PDT 2021


jeroen.dobbelaere added a comment.

In D91661#2875179 <https://reviews.llvm.org/D91661#2875179>, @jroelofs wrote:

> This patch is causing issues with the `EXPENSIVE_CHECKS` build, which detects that the pass modified the IR without reporting it has done so via runOnFunction's return value. Would you mind taking a look?
>
> llvm/test/Transforms/Util/PredicateInfo/testandor.ll
>
>   Pass modifies its input and doesn't report it: PredicateInfo Printer
>   Pass modifies its input and doesn't report it
>   UNREACHABLE executed at llvm/lib/IR/LegacyPassManager.cpp:1445!
>   PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.
>   Stack dump:

Thanks for the notificiation. I'll take a look at it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91661



More information about the llvm-commits mailing list