[llvm] [Inline] Accumulate the cost of the inlined function to the new call site (PR #111104)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 5 20:20:10 PDT 2024


================
@@ -0,0 +1,109 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; This tests that a hot callsite gets the (higher) inlinehint-threshold even without
+; without inline hints and gets inlined because the cost is less than
----------------
dtcxzyw wrote:

```suggestion
; inline hints and gets inlined because the cost is less than ???
```

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


More information about the llvm-commits mailing list