[PATCH] Mention address space related changes in release notes.

Matt Arsenault Matthew.Arsenault at amd.com
Fri Nov 15 16:03:04 PST 2013


Hi void,

http://llvm-reviews.chandlerc.com/D2195

Files:
  docs/ReleaseNotes.rst

Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -83,6 +83,13 @@
 * FileCheck now allows specifing -check-prefix multiple times. This
   helps reduce duplicate check lines when using multiple RUN lines.
 
+* The bitcast instruction no longer allows casting between pointers
+   with different address spaces. To achieve this, use the new
+   addrspacecast instruction.
+
+* Different sized pointers for different address spaces should now
+  generally work. This is primarily useful for GPU targets.
+
 * ... next change ...
 
 .. NOTE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2195.1.patch
Type: text/x-patch
Size: 639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131115/2c567912/attachment.bin>


More information about the llvm-commits mailing list