mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-04 02:47:25 +00:00
pic16 uses 16 bit pointers, but is 8 bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83815 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d0111f6c7
commit
330f6aa2ad
@ -515,7 +515,7 @@ expose new optimization opportunities:</p>
|
||||
subtraction in C.</li>
|
||||
<li>The <a href="LangRef.html#i_getelementptr">getelementptr</a> instruction now
|
||||
supports arbitrary integer index values for array/pointer indices. This
|
||||
allows for better code generation on 16-bit targets like PIC16.</li>
|
||||
allows for better code generation on 16-bit pointer targets like PIC16.</li>
|
||||
<li>The <a href="LangRef.html#i_getelementptr">getelementptr</a> instruction now
|
||||
supports an "inbounds" optimization hint that tells the optimizer that the
|
||||
pointer is guaranteed to be within its allocated object.</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user