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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 14:20:54 PDT 2018


fhahn added inline comments.


================
Comment at: include/llvm/Transforms/Utils/PredicateInfo.h:266
+  // users.
+  SmallPtrSet<Function *, 20> CreatedDeclarations;
 };
----------------
efriedma wrote:
> AssertingVH.
Will do tomorrow, I think SmallSet needs support for iterating first. I have a patch for that, but it is not committed yet, as there was a problem with GCC on some bots having problems with is_trivially_copy_constructible & co


https://reviews.llvm.org/D49126





More information about the llvm-commits mailing list