diff options
author | Pat Haugen <pthaugen@linux.ibm.com> | 2020-12-16 12:33:44 -0600 |
---|---|---|
committer | Pat Haugen <pthaugen@linux.ibm.com> | 2020-12-16 12:50:35 -0600 |
commit | e128aaa6e5d792425afffdeac421f5076c15b9f0 (patch) | |
tree | c2768d2fbfcf202fa5e8a6436e21a63415cf07df /gcc/config.gcc | |
parent | 8379916b167de9bebc32401526b6f53d06dca349 (diff) | |
download | gcc-e128aaa6e5d792425afffdeac421f5076c15b9f0.zip gcc-e128aaa6e5d792425afffdeac421f5076c15b9f0.tar.gz gcc-e128aaa6e5d792425afffdeac421f5076c15b9f0.tar.bz2 |
Fix instruction length for MMA insns.
Prefixed instructions should not have their length explicitly set to '8'. The function get_attr_length() will adjust the length appropriately based on the value of the "prefixed" attribute.
2020-12-16 Pat Haugen <pthaugen@linux.ibm.com>
gcc/
* config/rs6000/mma.md (*movxo, mma_<vvi4i4i8>, mma_<avvi4i4i8>,
mma_<vvi4i4i2>, mma_<avvi4i4i2>, mma_<vvi4i4>, mma_<avvi4i4>,
mma_<pvi4i2>, mma_<apvi4i2>, mma_<vvi4i4i4>, mma_<avvi4i4i4>):
Remove explicit setting of length attribute.
Diffstat (limited to 'gcc/config.gcc')
0 files changed, 0 insertions, 0 deletions