[PATCH] D45878: [DEBUG INFO] Fixing cases where debug info (-g) causes changes in the program.

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 29 00:05:07 PDT 2018


jonpa added a comment.

There is also the case where an instruction is erased to then be replaced by another one, possibly at another location. In that case it would be needed to have the utility functions available outside of splice(). So it is not true that splice() can handle it all, but it is still interesting to me to let it do the work if the caller says so...


https://reviews.llvm.org/D45878





More information about the llvm-commits mailing list