* config/i386/i386.c (ix86_cannot_change_mode_class): Remove
GET_MODE_SIZE (to) < GET_MODE_SIZE (from) test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215450
138bc75d-0d04-0410-961f-
82ee72b054a4
+2014-09-22 Richard Sandiford <richard.sandiford@arm.com>
+
+ * config/i386/i386.c (ix86_cannot_change_mode_class): Remove
+ GET_MODE_SIZE (to) < GET_MODE_SIZE (from) test.
+
2014-09-22 Richard Sandiford <richard.sandiford@arm.com>
* hard-reg-set.h: Include hash-table.h.
the vec_dupv4hi pattern. */
if (GET_MODE_SIZE (from) < 4)
return true;
-
- /* Vector registers do not support subreg with nonzero offsets, which
- are otherwise valid for integer registers. Since we can't see
- whether we have a nonzero offset from here, prohibit all
- nonparadoxical subregs changing size. */
- if (GET_MODE_SIZE (to) < GET_MODE_SIZE (from))
- return true;
}
return false;