================ @@ -1357,11 +1357,10 @@ of the condition. def ConvergentDocs : Documentation { let Category = DocCatFunction; let Content = [{ -The ``convergent`` attribute can be placed on a function declaration or a -statement containing call expressions. It is translated into the LLVM -``convergent`` attribute, which indicates that the call instructions of a -function with this attribute cannot be made control-dependent on any additional -values. +The ``convergent`` attribute can be placed on a function declaration. It is +translated into the LLVM ``convergent`` attribute, which indicates that the call +instructions of a function with this attribute cannot be made control-dependent +on any additional values. ---------------- arsenm wrote:
Maybe should just deprecate this, since it's kind of useless https://github.com/llvm/llvm-project/pull/100637 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits