[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
Mon Jul 16 13:36:25 PDT 2018


fhahn added a comment.

Thank you very much Eli! There was a problem with the SmallSet iterator because of MSVC STL's std::set iterator not being trivially copy constructible. I'll commit this once I manged to resolve the SmallSet iterator issue.


https://reviews.llvm.org/D49126





More information about the llvm-commits mailing list