[PATCH] D46254: [LV] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).
Hideki Saito via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 30 11:47:56 PDT 2018
hsaito added a comment.
Thanks, Florian. This is loosely related to https://reviews.llvm.org/D46199. See comments there. We need to consciously try using (or even creating) generically reusable code like this, instead of each file having it's own "skip this, skip that".
Repository:
rL LLVM
https://reviews.llvm.org/D46254
More information about the llvm-commits
mailing list