================ @@ -1063,14 +1063,147 @@ void rewriteIndirectReturnCall(cir::CallOp call, } // namespace -void CIRABIRewriteContext::normalizeParameterSlotAlignments( +/// Bring \p funcOp's non-byval indirect parameter \p argNo into the shape the +/// rest of the rewrite assumes. \p claimedSlots carries the slots \p funcOp's +/// earlier non-byval indirect parameters took. See prepareNonByvalParameters. ---------------- andykaylor wrote:
It's not clear what this comment wants me to see `prepareNonByvalParameters` about. It even took me a second to see that the difference between that function name and the current function name was the trailing `s`. https://github.com/llvm/llvm-project/pull/225010 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
