Mention the new TableGen pattern format in the release notes.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 25 Mar 2013 00:36:53 +0000 (00:36 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 25 Mar 2013 00:36:53 +0000 (00:36 +0000)
Make threats about removing the old syntax.

llvm-svn: 177848

llvm/docs/ReleaseNotes.rst

index 822b55f..3ca5560 100644 (file)
@@ -64,6 +64,12 @@ Non-comprehensive list of changes in this release
   attributes, which are useful for passing information to code generation. See
   :doc:`HowToUseAttributes` for more details.
 
+* TableGen's syntax for instruction selection patterns has been simplified.
+  Instead of specifying types indirectly with register classes, you should now
+  specify types directly in the input patterns. See ``SparcInstrInfo.td`` for
+  examples of the new syntax. The old syntax using register classes still
+  works, but it will be removed in a future LLVM release.
+
 * ... next change ...
 
 .. NOTE