[llvm] [X86][Inline] Check correct function for target feature check (PR #152515)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 7 09:51:22 PDT 2025
================
@@ -55,27 +54,54 @@ define internal void @caller_not_avx2() {
ret void
}
+; Should be inlined, as caller_avx4 is ABI compatible. The fact that we don't
----------------
RKSimon wrote:
caller_avx4 -> caller_avx7 ?
https://github.com/llvm/llvm-project/pull/152515
More information about the llvm-commits
mailing list