You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's this patch? https://reviews.llvm.org/D132465 I wasn't aware that it also affects this case too back then, I'm sorry.
Absolutely nothing to be sorry about. It's just good to try and clear out the bug reports. Take note of what issues have been resolved and what issues still affect the backend. Thank you for your effort.
Extended Description
To recreae: Compile the following with
llc -march=sparc .ll
Expected result: Compiles well, returning some results on the stack as there are too many results (8 in the vector) to return in output registers.
Actual result: Fails. Tries to return all results in output registers and runs out of registers.
Important part of stack trace:
The text was updated successfully, but these errors were encountered: