[PATCH] D24665: [Sparc][LEON] Fixes an erratum on UT699 LEON 3 processor changing rounding mode

Chris Dewhurst via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 07:53:19 PDT 2016


lero_chris updated the summary for this revision.
lero_chris removed rL LLVM as the repository for this revision.
lero_chris updated this revision to Diff 75003.
lero_chris added a comment.

Per comments in review, converted this to detect a rounding change only. It issues an error with a message that this is an erratum on the processor that the user will need to handle in a source code change. The unit test tests that the error message is produced.


https://reviews.llvm.org/D24665

Files:
  lib/Target/Sparc/LeonFeatures.td
  lib/Target/Sparc/LeonPasses.cpp
  lib/Target/Sparc/LeonPasses.h
  lib/Target/Sparc/SparcSubtarget.cpp
  lib/Target/Sparc/SparcSubtarget.h
  lib/Target/Sparc/SparcTargetMachine.cpp
  test/CodeGen/SPARC/LeonDetectRoundChangePassUT.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24665.75003.patch
Type: text/x-patch
Size: 5945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161018/1f58989a/attachment.bin>


More information about the llvm-commits mailing list