[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:22:44 PDT 2018


fhahn updated this revision to Diff 142959.
fhahn retitled this revision from "[Instruction,BasicBlock] Add is_none_of and skipInsts helper functions." to "[BasicBlock] Add instructionsWithoutDebug methods to skip debug insts.".
fhahn edited the summary of this revision.
fhahn added a comment.

Simplified things, only add methods to skip debug instructions.


https://reviews.llvm.org/D45657

Files:
  include/llvm/IR/BasicBlock.h
  lib/IR/BasicBlock.cpp
  unittests/IR/BasicBlockTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45657.142959.patch
Type: text/x-patch
Size: 4027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180418/dc3140f7/attachment.bin>


More information about the llvm-commits mailing list