1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

ReleaseNotes: Add info on PTX back-end

llvm-svn: 156745
This commit is contained in:
Justin Holewinski 2012-05-13 17:32:35 +00:00
parent 19e89a08c9
commit e87eb3347d

View File

@ -645,6 +645,21 @@ syntax, there are still significant gaps in that support.</p>
</ul>
</div>
<!--=========================================================================-->
<h3>
<a name="PTX">PTX Target Improvements</a>
</h3>
<div>
<p>An outstanding conditional inversion bug was fixed in this release.</p>
<p><b>NOTE</b>: LLVM 3.1 marks the last release of the PTX back-end, in its
current form. The back-end is currently being replaced by the NVPTX
back-end, currently in SVN ToT.</p>
</div>
<!--=========================================================================-->
<h3>
<a name="OtherTS">Other Target Specific Improvements</a>