diff options
-rw-r--r-- | lib/Target/README.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt index c679fd83c0..78dcb12581 100644 --- a/lib/Target/README.txt +++ b/lib/Target/README.txt @@ -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. + |