File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
llvm/lib/Transforms/Vectorize Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -118,10 +118,8 @@ static bool isHeaderVPBB(VPBasicBlock *VPBB) {
118118 return VPBB->getParent () && VPBB->getParent ()->getEntry () == VPBB;
119119}
120120
121- // Create a new empty VPBasicBlock for an incoming BasicBlock in the region
122- // corresponding to the containing loop or retrieve an existing one if it was
123- // already created. If no region exists yet for the loop containing \p BB, a new
124- // one is created.
121+ // Create a new empty VPBasicBlock for an incoming BasicBlock or retrieve an
122+ // existing one if it was already created.
125123VPBasicBlock *PlainCFGBuilder::getOrCreateVPBB (BasicBlock *BB) {
126124 if (auto *VPBB = BB2VPBB.lookup (BB)) {
127125 // Retrieve existing VPBB.
You can’t perform that action at this time.
0 commit comments