[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
Wed Jul 14 03:43:16 PDT 2021


jeroen.dobbelaere added a comment.

@jroelofs I tried to run `llvm/test/Transforms/Util/PredicateInfo/testandor.ll` for both rG77080a1eb6061df2dcfae8ac84b85ad4d1e02031 <https://reviews.llvm.org/rG77080a1eb6061df2dcfae8ac84b85ad4d1e02031> (the moment of the commit) and rGfb9c5c3dce27b352534641dbb6e3cb8c05da7bc9 <https://reviews.llvm.org/rGfb9c5c3dce27b352534641dbb6e3cb8c05da7bc9> (recent main), with `-DLLVM_ENABLE_EXPENSIVE_CHECKS=1`.
I checked that the `-DEXPENSIVE_CHECKS` is added to the ninja.build file. But, I am not able to observe the issue you are mentioning. How can I reproduce this problem ?


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