[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 Nov 17 14:28:05 PST 2020


jeroen.dobbelaere created this revision.
jeroen.dobbelaere added reviewers: fhahn, efriedma, nikic.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
jeroen.dobbelaere requested review of this revision.

Now that intrinsic name mangling can cope with unnamed types, the customname mangling in PredicateInfo can be removed.
(See D91250 <https://reviews.llvm.org/D91250>, D48541 <https://reviews.llvm.org/D48541>)


https://reviews.llvm.org/D91661

Files:
  llvm/include/llvm/Transforms/Utils/PredicateInfo.h
  llvm/lib/Transforms/Utils/PredicateInfo.cpp
  llvm/test/Other/debugcounter-predicateinfo.ll
  llvm/test/Transforms/NewGVN/pr33305.ll
  llvm/test/Transforms/Util/PredicateInfo/condprop.ll
  llvm/test/Transforms/Util/PredicateInfo/diamond.ll
  llvm/test/Transforms/Util/PredicateInfo/edge.ll
  llvm/test/Transforms/Util/PredicateInfo/testandor.ll
  llvm/test/Transforms/Util/PredicateInfo/unnamed-types.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91661.305906.patch
Type: text/x-patch
Size: 28012 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201117/c1bd7ab2/attachment.bin>


More information about the llvm-commits mailing list