[PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 9 12:59:25 PST 2016
joker.eph marked an inline comment as done.
joker.eph added a comment.
Hey Philip,
Thanks for chiming in.
Can you articulate what you have in mind for "an invariant for the optimizer wherein we only introduce named instructions if the instruction being replaced was named. Same with basic blocks."?
I don't visualize how it would be expressed in practice, unless you intend to audit all the passes and change all the places where prefix/suffix are introduced?
http://reviews.llvm.org/D17946
More information about the llvm-commits
mailing list