VSX_EXTRACT fix

2020-10-28  Carl Love  <cel@us.ibm.com>

gcc/

	* config/rs6000/vsx.md(xxgenpcvm_<mode>_internal): Remove TARGET_64BIT.
This commit is contained in:
Carl Love 2020-10-23 12:13:55 -05:00
parent 8572edc828
commit a3c13696fd

View File

@ -3109,7 +3109,7 @@
[(match_operand:VSX_EXTRACT_I4 1 "altivec_register_operand" "v")
(match_operand:QI 2 "const_0_to_3_operand" "n")]
UNSPEC_XXGENPCV))]
"TARGET_POWER10 && TARGET_64BIT"
"TARGET_POWER10"
"xxgenpcv<wd>m %x0,%1,%2"
[(set_attr "type" "vecsimple")])