trcrsired wrote: > I think on 32-bit x86 there was a `mregparm=3`, can something like this be > introduced on x64 or does this draft cc defeat the purpose of such parameters
wincall should not do anything to i686 but only x86_64 https://github.com/llvm/llvm-project/pull/215585 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
