[PATCH] D40567: Always show template parameters in IR type names
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 29 17:54:42 PST 2017
rsmith added a comment.
What actual problem is this solving? These IR type names exist only for the convenience of humans reading the IR, and making them long (potentially extremely long) by including template arguments seems likely to hinder that more than it helps.
https://reviews.llvm.org/D40567
More information about the cfe-commits
mailing list