In commit D140162, public access to BasicBlocks in llvm::Function was removed, including access to getBasicBlockList(). This revision aims to add reverse iterator support for BasicBlocks in llvm::Function to make it easier for developers to work with LLVM functions.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
These methods might not be very useful, but having them for completeness won't hurt, I guess?
llvm/include/llvm/IR/Function.h | ||
---|---|---|
775 | Please try to keep existing formatting. |
Please try to keep existing formatting.