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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 12:22:05 PDT 2018


efriedma added a comment.

If you're going to do this, might as well just replace the whole implementation getMangledTypeStr with "return utostr((uintptr_t)Ty);".



================
Comment at: include/llvm/Transforms/Utils/PredicateInfo.h:266
+  // users.
+  SmallPtrSet<Function *, 20> CreatedDeclarations;
 };
----------------
AssertingVH.


https://reviews.llvm.org/D49126





More information about the llvm-commits mailing list