mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Mention address space related changes in release notes.
llvm-svn: 194904
This commit is contained in:
parent
4b9d0ada44
commit
733e6d6386
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user