[libcxx-commits] [clang] [libc] [libcxx] [clang][X86] Emit AVX level mismatch psABI warnings on function definitions (PR #199091)
Simon Pilgrim via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 5 06:12:49 PDT 2026
================
@@ -1571,6 +1575,65 @@ static bool checkAVXParam(DiagnosticsEngine &Diag, ASTContext &Ctx,
return false;
}
+void X86_64TargetCodeGenInfo::checkFunctionABI(CodeGenModule &CGM,
----------------
RKSimon wrote:
+1 for a new tracking issue
https://github.com/llvm/llvm-project/pull/199091
More information about the libcxx-commits
mailing list