Skip to content

Commit 7778b75

Browse files
committed
remove discourse link from comment
1 parent 25c7029 commit 7778b75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Scalar/StructurizeCFG.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,8 +1398,7 @@ bool StructurizeCFG::run(Region *R, DominatorTree *DT,
13981398
const TargetTransformInfo *TTI) {
13991399
// CallBr and its corresponding direct target blocks are for now ignored by
14001400
// this pass. This is not a limitation for the currently intended uses cases
1401-
// of callbr in the AMDGPU backend (cf.
1402-
// https://discourse.llvm.org/t/rfc-add-callbr-intrinsic-support/86087).
1401+
// of callbr in the AMDGPU backend.
14031402
// Parent and child regions are not affected by this (current) restriction.
14041403
// See `llvm/test/Transforms/StructurizeCFG/callbr.ll` for details.
14051404
if (R->isTopLevelRegion() || isa<CallBrInst>(R->getEntry()->getTerminator()))

0 commit comments

Comments
 (0)