]> git.ipfire.org Git - thirdparty/gcc.git/commit
Guard 64/32-bit vector move patterns with ix86_hard_reg_move_ok.
authorliuhongt <hongtao.liu@intel.com>
Mon, 21 Nov 2022 08:09:13 +0000 (16:09 +0800)
committerliuhongt <hongtao.liu@intel.com>
Tue, 22 Nov 2022 04:50:02 +0000 (12:50 +0800)
commitd5fce9f6c15554a7d5bfbbcd1740200f1d32fa15
tree6309c8f272457f01a2b119b024f386c1d31cc7f8
parent826c22dff6455ba324fea120be27c2be638f0b96
Guard 64/32-bit vector move patterns with ix86_hard_reg_move_ok.

gcc/ChangeLog:

* config/i386/mmx.md (*mov<mode>_internal): Add
ix86_hard_reg_move_ok to condition.
gcc/config/i386/mmx.md