[PATCH] D48541: [Bitcode, Type] Assign deterministic IDs to unnamed types at creation time.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 10 03:55:52 PDT 2018
fhahn added a comment.
I have created https://reviews.llvm.org/D49126 to deal with this problem locally in PredicateInfo, which seems the only place where this is currently causing any problems. It is easier to do there, as we can clean up any ssa_copy calls and declarations when destroying PredicateInfo. I also raised https://bugs.llvm.org/show_bug.cgi?id=38117 for a general solution.
https://reviews.llvm.org/D48541
More information about the llvm-commits
mailing list