[llvm] [AlwaysInliner] Do not inline on attribute mismatches (PR #209345)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 14 07:35:47 PDT 2026
nikic wrote:
A quick fix would be to require x86-target-registered for those file. The underlying issue is probably that Clang is failing to generate target feature attributes for some functions.
(I ran into the same issue with coroutine wrapper functions previously.)
https://github.com/llvm/llvm-project/pull/209345
More information about the llvm-commits
mailing list