Re: [PATCH 7/7] [NDS32] Fix nds32_split_ashiftdi3 with large shift amount

2019-03-31 Thread Shiva Chen
LGTM. Kito Cheng 於 2019年3月26日 週二 下午1:29寫道: > From: Kito Cheng > > Kito Cheng > Shiva Chen > > ChangeLog: > gcc/ > * config/nds32/nds32-md-auxiliary.c (nds32_split_ashiftdi3): > Fix wrong code gen with large shift amount. > > gcc/testsuite/ > * gcc.target/nds32/ashift

[PATCH 7/7] [NDS32] Fix nds32_split_ashiftdi3 with large shift amount

2019-03-25 Thread Kito Cheng
From: Kito Cheng Kito Cheng Shiva Chen ChangeLog: gcc/ * config/nds32/nds32-md-auxiliary.c (nds32_split_ashiftdi3): Fix wrong code gen with large shift amount. gcc/testsuite/ * gcc.target/nds32/ashiftdi3.c: New. --- gcc/config/nds32/nds32-md-auxiliary.c | 21 ++