[PATCH] D19265: [Sparc] Add Soft Float support

Jacob Baungard Hansen via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 02:48:33 PDT 2016


jacob_hansen updated this revision to Diff 55795.
jacob_hansen added a comment.

Removed the subtarget object from the TargetMachine and changed the way 32/64 bit ness is determined as requested.

The constification of TargetMachine arguments in SparcISelLowering and SparcSubtarget has been moved to http://reviews.llvm.org/D19797, which is now a dependency for this patch.


http://reviews.llvm.org/D19265

Files:
  lib/Target/Sparc/Sparc.td
  lib/Target/Sparc/SparcISelLowering.cpp
  lib/Target/Sparc/SparcISelLowering.h
  lib/Target/Sparc/SparcSubtarget.cpp
  lib/Target/Sparc/SparcSubtarget.h
  lib/Target/Sparc/SparcTargetMachine.cpp
  lib/Target/Sparc/SparcTargetMachine.h
  test/CodeGen/SPARC/softfloat.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19265.55795.patch
Type: text/x-patch
Size: 11131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160502/03d93edd/attachment-0001.bin>


More information about the llvm-commits mailing list