diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-11-16 00:36:46 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-11-16 00:36:46 +0000 |
| commit | b83422612ac05a815178a49db3e21907ae1eab1b (patch) | |
| tree | 0ed3c7edde28385490c9bf08a7e64ae85cb3eece /llvm/docs/ReleaseNotes.rst | |
| parent | a8fe22babac7822d3254cdf2b68d54f362bcbf9f (diff) | |
| download | bcm5719-llvm-b83422612ac05a815178a49db3e21907ae1eab1b.tar.gz bcm5719-llvm-b83422612ac05a815178a49db3e21907ae1eab1b.zip | |
Mention address space related changes in release notes.
llvm-svn: 194904
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index f67ebf0e4c7..a64bc107aaa 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -83,6 +83,13 @@ Non-comprehensive list of changes in this release * 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 |

