[llvm] [IPO] Prevent removal of some convergent attr (PR #134863)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 11 00:50:03 PDT 2025


Nathan =?utf-8?q?Gau=C3=ABr?= <brioche at google.com>,
Nathan =?utf-8?q?Gau=C3=ABr?= <brioche at google.com>,
Nathan =?utf-8?q?Gau=C3=ABr?= <brioche at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/134863 at github.com>


================
@@ -2902,6 +2902,22 @@ struct AANonConvergentImpl : public AANonConvergent {
   }
 };
 
+static bool FunctionCalledWithConvergenceToken(const Function *F) {
----------------
arsenm wrote:

Start with lowercase 

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


More information about the llvm-commits mailing list