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) {
118
118
return VPBB->getParent () && VPBB->getParent ()->getEntry () == VPBB;
119
119
}
120
120
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.
125
123
VPBasicBlock *PlainCFGBuilder::getOrCreateVPBB (BasicBlock *BB) {
126
124
if (auto *VPBB = BB2VPBB.lookup (BB)) {
127
125
// Retrieve existing VPBB.
You can’t perform that action at this time.
0 commit comments