mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
add note about possible GEP improvement with fields of size 0.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62925 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
54e853a779
commit
e46a686dc2
@ -1683,3 +1683,9 @@ Always foldable for odd constants, what is the rule for even?
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
PR 3381: GEP to field of size 0 inside a struct could be turned into GEP
|
||||
for next field in struct (which is at same address).
|
||||
|
||||
For example: store of float into { {{}}, float } could be turned into a store to
|
||||
the float directly.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user