[llvm] [Inliner] Fix bug where attributes are propagated incorrectly (PR #109347)

via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 07:10:52 PDT 2024


goldsteinn wrote:

> This problem sounds familiar :) The right way to handle this is to query `InlinedFunctionInfo.isSimplified()`.

That is much more convenient :)

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


More information about the llvm-commits mailing list