[llvm] [InlineCost] Simplify extractvalue across callsite (PR #145054)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 20 09:23:23 PDT 2025


================
@@ -0,0 +1,44 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -S -passes=inline -inline-threshold=0 | FileCheck %s
+; RUN: opt < %s -S -passes='cgscc(inline)' -inline-threshold=0 | FileCheck %s
----------------
nikic wrote:

Drop this check line, it's redundant.

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


More information about the llvm-commits mailing list