[PATCH] D75881: [BasicBlock] Define class successor and predecessor iterators.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 16:12:37 PDT 2020
asbirlea created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
Define class-specific successor and predecessor iterators.
These match the existing interface in MachineBasicBlock and clang::CFGBlock.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75881
Files:
llvm/include/llvm/IR/BasicBlock.h
llvm/include/llvm/IR/CFG.h
llvm/lib/IR/BasicBlock.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75881.249235.patch
Type: text/x-patch
Size: 10898 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200309/fa4fa5e0/attachment.bin>
More information about the llvm-commits
mailing list