[llvm] r194904 - Mention address space related changes in release notes.

Matt Arsenault Matthew.Arsenault at amd.com
Fri Nov 15 16:36:46 PST 2013


Author: arsenm
Date: Fri Nov 15 18:36:46 2013
New Revision: 194904

URL: http://llvm.org/viewvc/llvm-project?rev=194904&view=rev
Log:
Mention address space related changes in release notes.

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=194904&r1=194903&r2=194904&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Fri Nov 15 18:36:46 2013
@@ -83,6 +83,13 @@ Non-comprehensive list of changes in thi
 * 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





More information about the llvm-commits mailing list