[llvm] [FunctionAttrs] deduce attr `cold` on functions if all CG paths call a `cold` function (PR #101298)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 11 07:24:59 PDT 2024
================
@@ -1745,6 +1746,7 @@ static bool canReturn(Function &F) {
return false;
}
+
----------------
dtcxzyw wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/101298
More information about the llvm-commits
mailing list