================ @@ -410,6 +407,27 @@ void insertReturnCoercion(mlir::FunctionOpInterface funcOp, } } +/// A whole-record value's backing storage: the plain load that produced it and ---------------- adams381 wrote:
Switched to `std::pair` and dropped the struct. Ordered alloca first so it matches the destructuring in your other two comments. The doc is now one comment on the function instead of being split across both. https://github.com/llvm/llvm-project/pull/216499 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
