Matthew Fortune <matthew.fort...@imgtec.com> writes: >> 2015-01-23 Robert Suchanek <robert.sucha...@imgtec.com> >> >> * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit >> accumulators >> for all vector modes. > > This seems like a genuine bug and although it can only be triggered by > loongson or paired-single support it probably qualifies for fixing.
Agreed FWIW. We shouldn't mark something as valid for a mode if even the mode's move pattern can't handle it. I think this kind of thing should go in regardless of development stage. Thanks, Richard