[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
Mon Jul 9 11:51:56 PDT 2018


fhahn abandoned this revision.
fhahn added a comment.

Thanks @chandlerc, I think it is too fragile and I want to avoid unnecessary changes here. To get PredicateInfo working with unnamed types, it is probably easier to use a custom mangling for ssa_copy there; we can rely on the order we create ssa_copy calls and clean up all declarations we created after the predicateinfo is destroyed.


https://reviews.llvm.org/D48541





More information about the llvm-commits mailing list