[PATCH] D157826: [X86] Allow inlining callees missing VLX feature

Kal Conley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 13 15:37:00 PDT 2023


kalcutter added a comment.

There is also another related issue: When areInlineCompatible() returns false here, a callee with attribute `always_inline` is silently not inlined. It seems like clang should emit and error or at least a warning in this case. I only noticed this because my code was running 10x slower compiling with clang 17.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157826/new/

https://reviews.llvm.org/D157826



More information about the llvm-commits mailing list