adams381 wrote: @andykaylor @bcardosolopes Addressed all reviewer feedback.
- Replaced all "GSoC" references with "LLVM ABI Lowering Library" / "the ABI library" - Renamed MLIRTypeMapper → ABITypeMapper - Removed Problem Statement section and redundant Sections 5.1–5.5 - Applied wording suggestions in intro (inputs/outputs, interfaces, call-compatibility) - Clarified: ABITypeMapper uses DataLayoutTypeInterface (no new dialect interface), function ops via FunctionOpInterface, getABIInfo() from target registry, ABIRewriteContext handles ABI attributes, mixed-dialect modules select context per function - Fixed indentation in code example https://github.com/llvm/llvm-project/pull/178326 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
