https://github.com/andykaylor requested changes to this pull request.
I'm not sure we want to do this in CIR at this stage. We don't handle ABI-based return value coercion until a later transformation pass, and eliminating the explicit return value load and store might make that more difficult. Perhaps a pass that runs after ABI lowering would be a better place to do this. @adams381 what do you think? https://github.com/llvm/llvm-project/pull/186320 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
