[PATCH] D23334: [Sparc][Leon] Speed optimisation to reduce double floating-point instructions to singles.

Chris Dewhurst via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 14:46:34 PDT 2016


lero_chris created this revision.
lero_chris added a reviewer: jacob_hansen.
lero_chris added a subscriber: llvm-commits.
lero_chris set the repository for this revision to rL LLVM.
Herald added a subscriber: jyknight.

This is a requested speed optimisation for Leon processors, reducing very slow double floating point operations to use singles. Obviously comes with precision loss and therefore not turned-on by default.

Repository:
  rL LLVM

https://reviews.llvm.org/D23334

Files:
  LeonFloatOptimisations.cpp
  Sparc.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23334.67418.patch
Type: text/x-patch
Size: 6478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160809/f70bf351/attachment.bin>


More information about the llvm-commits mailing list