Fix instruction length for MMA insns.
authorPat Haugen <pthaugen@linux.ibm.com>
Wed, 16 Dec 2020 18:33:44 +0000 (12:33 -0600)
committerPat Haugen <pthaugen@linux.ibm.com>
Wed, 16 Dec 2020 18:50:35 +0000 (12:50 -0600)
commite128aaa6e5d792425afffdeac421f5076c15b9f0
treec2768d2fbfcf202fa5e8a6436e21a63415cf07df
parent8379916b167de9bebc32401526b6f53d06dca349
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.
gcc/config/rs6000/mma.md