================ @@ -6141,24 +6141,23 @@ void PPCDAGToDAGISel::Select(SDNode *N) { assert((isPPC64 || (isAIXABI && !isPPC64)) && "We are dealing with 64-bit" " ELF/AIX or 32-bit AIX in the following."); - // Transforms the ISD::TOC_ENTRY node for 32-bit AIX large code model mode - // or 64-bit medium (ELF-only) or large (ELF and AIX) code model code non - // toc-data symbols. + // Transforms the ISD::TOC_ENTRY node for 32-bit AIX large code model mode, + // 64-bit medium (ELF-only), or large (ELF and AIX) code model code that ---------------- diggerlin wrote:
from the comment , Transforms the ISD::TOC_ENTRY only happened in `32-bit AIX large code model mode` and `large (ELF and AIX)` , `64-bit medium (ELF-only)` and the patch is for AIX, but we remove the warning of the support of the AIX medium in the AIX.cpp https://github.com/llvm/llvm-project/pull/90619 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits