diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2018-06-19 12:52:39 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2018-06-19 12:52:39 +0200 |
commit | 6b3a917093b98258a1a23dd1839be76bd4051065 (patch) | |
tree | 0cba56082f3d32d179a5733fb852ade0d908694f /ChangeLog | |
parent | 7f1387e0f270d42df03d33c41e4bdac8d1491cdb (diff) | |
download | gcc-6b3a917093b98258a1a23dd1839be76bd4051065.tar.gz |
rs6000: Fix vector homogeneous aggregates (PR86197)
The existing code allows only 4 vectors worth of ieee128 homogeneous
aggregates, but it should be 8. This happens because at one spot it
is mistakenly qualified as being passed in floating point registers.
PR target/86197
* config/rs6000/rs6000.md (rs6000_discover_homogeneous_aggregate): An
ieee128 argument takes up only one (vector) register, not two (floating
point) registers.
From-SVN: r261738
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions