[PATCH] D19373: Remangle intrinsics names when types are renamed

Artur Pilipenko via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 14:14:36 PDT 2016


apilipenko added a comment.

Potentially renaming can be needed for textual representation as well. So this functionality has to be shared between parsers. I can do something similar to AutoUpgrade for this specific scenario, but it will duplicate AutoUpgrade logic about iterating over declarations/call sites.


http://reviews.llvm.org/D19373





More information about the llvm-commits mailing list