[PATCH] D91661: Revert of D49126 [PredicateInfo] Use custom mangling to support ssa_copy with unnamed types.
Jon Roelofs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 13 12:44:31 PDT 2021
jroelofs added a comment.
Herald added a subscriber: ormris.
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:
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