File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 130
130
make use of any of the built-in components. Doing so is not recommended at all,
131
131
but could be required for radically different targets that do not fit into the
132
132
LLVM machine description model: programmable FPGAs for example.</ p >
133
+
134
+ < p > < b > Important Note:</ b > For historical reasons, the LLVM SparcV9 code
135
+ generator uses almost entirely different code paths than described in this
136
+ document. For this reason, there are some deprecated interfaces (such as
137
+ < tt > TargetRegInfo</ tt > and < tt > TargetSchedInfo</ tt > ), which are only used by the
138
+ V9 backend and should not be used by any other targets. Also, all code in the
139
+ < tt > lib/Target/SparcV9</ tt > directory and subdirectories should be considered
140
+ deprecated, and should not be used as the basis for future code generator work.
141
+ The SparcV9 backend is slowly being merged into the rest of the target
142
+ independent code generators, but this is a low-priority process with no
143
+ predictable completion date.</ p >
144
+
133
145
</ div >
134
146
135
147
<!-- ======================================================================= -->
You can’t perform that action at this time.
0 commit comments