[PATCH] D20098: [Sparc][LEON] Add LEON-specific CASA instruction.

Chris Dewhurst via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 12:39:18 PDT 2016


lero_chris added inline comments.

================
Comment at: lib/Target/Sparc/Sparc.td:119
@@ -118,4 +118,3 @@
 
-// LEON 3 FT (UT699)
-// TO DO: Place-holder: Processor specific features will be added *very* soon here.
+// LEON 3 FT (UT699). Provides full coverage of UT699 - covers all the erratum fixes for LEON3. No support for CASA
 def : Processor<"ut699", LEON3Itineraries, 
----------------
jyknight wrote:
> Not sure what you mean by 'provides full coverage of'
OK. The code I took this from in my version has several other LEON features, but I admit that "coverage" is perhaps an unusual choice of words, so I'll alter that. Eventually, there will be more features here - hence "full coverage"


Repository:
  rL LLVM

http://reviews.llvm.org/D20098





More information about the llvm-commits mailing list