[llvm] [InlineCost]: Optimize inlining of recursive function. (PR #139982)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu May 29 03:49:05 PDT 2025


================
@@ -0,0 +1,45 @@
+; RUN: opt -passes='cgscc(inline),instcombine,cgscc(inline)' -S -debug-only=inline -disable-output < %s 2>&1 | FileCheck %s
----------------
nikic wrote:

Needs `REQUIRES: asserts` if you're matching debug output. Though I'm not super clear on what exactly this particular test is intended to check.

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


More information about the llvm-commits mailing list