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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 11:15:34 PDT 2016


joker.eph added a comment.

Let me clarify: I'm not opposed about doing the renaming during bitcode loading, I just think it is wrong to use the autoupdate path.
I'd expect that it could be done at the time you parse the intrinsic from the bitcode?


http://reviews.llvm.org/D19373





More information about the llvm-commits mailing list