[PATCH] D32744: [globalisel] Improve legalizer DEBUG_ONLY output.

Aditya Nandakumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 10:52:08 PDT 2017


aditya_nandakumar added a comment.

Just to clarify, this wouldn't work if the target decided to insert new instructions before PrevMII (or even at the beginning for e.g.). I'm guessing if the target does that, its not a big deal if we don't print it.


https://reviews.llvm.org/D32744





More information about the llvm-commits mailing list