[llvm-dev] Disabling Sparc (or other) back-end Floating Point registers

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Fri Mar 11 07:50:09 PST 2016


On Fri, Mar 11, 2016 at 12:20:06PM +0000, Chris.Dewhurst via llvm-dev wrote:
> I'm trying to estimate the work involved in disabling floating point registers on a Sparc back-end.

Look for the recent -msoft-float support on PPC? That should give you a
decent idea about the SPARC backend as well.

Joerg


More information about the llvm-dev mailing list