[PATCH] D27051: Propagate NumRegisterParameters to Backend

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 10:15:44 PST 2016


mkuper added a comment.

I'm not sure. It basically comes down to - do we want to ever be able to combine (say, link) -mregparm code with non-mregparm code.

For the MCU this was a non-issue, because the answer is always no.


https://reviews.llvm.org/D27051





More information about the llvm-commits mailing list