[llvm] [VPlan] Model middle block via VPIRBasicBlock. (PR #95816)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 13:17:35 PDT 2024


================
@@ -469,29 +485,13 @@ void VPBasicBlock::execute(VPTransformState *State) {
   };
 
   // 1. Create an IR basic block, or reuse the last one or ExitBB if possible.
----------------
ayalz wrote:

Drop "or ExitBB"?

https://github.com/llvm/llvm-project/pull/95816


More information about the llvm-commits mailing list