This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[NDS32, committed] Split movdi/df if reigster number is illegal.
- From: Chung-Ju Wu <jasonwucj at gmail dot com>
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Cc: shiva0217 at gmail dot com
- Date: Fri, 27 Apr 2018 14:24:42 +0800
- Subject: [NDS32, committed] Split movdi/df if reigster number is illegal.
Hi, all,
We have to split move_di/df pattern when hard register is odd
so that the wrong assembly code can be avoided.
Committed as Rev.259646: https://gcc.gnu.org/r259646
gcc/
* config/nds32/nds32-doubleword.md: New define_split pattern for
illegal register number.
Best regards,
jasonwucj