[llvm] [VPlan] Add VPIRWrapperBlock, use to model pre-preheader. (PR #93398)
via llvm-commits
llvm-commits at lists.llvm.org
Mon May 27 09:00:45 PDT 2024
================
@@ -3321,6 +3374,8 @@ class VPlanPrinter {
/// its successor blocks.
void dumpBasicBlock(const VPBasicBlock *BasicBlock);
+ void dumpIRWrapperBlock(const VPIRWrapperBlock *WrapperBlock);
----------------
ayalz wrote:
Is dumpIRWrapperBlock() defined, called, needed or can dumpBasicBlock() be (or is) reused?
Add documentation.
https://github.com/llvm/llvm-project/pull/93398
More information about the llvm-commits
mailing list