[PATCH] D45657: [BasicBlock] Add instructionsWithoutDebug methods to skip debug insts.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 18 10:26:25 PDT 2018
fhahn added a comment.
The only problem with those functions is that we cannot reverse a filter_iterator at the moment, as needed for https://reviews.llvm.org/D45379. But I suppose that should be fixable too.
https://reviews.llvm.org/D45657
More information about the llvm-commits
mailing list