Re: [PATCH, expand] Checking available optabs for scalar modes in by pieces operations

2023-10-29 Thread HAO CHEN GUI
Committed as r14-5001. Thanks Gui Haochen 在 2023/10/27 17:29, Richard Sandiford 写道: > HAO CHEN GUI writes: >> Hi, >> This patch checks available optabs for scalar modes used in by >> pieces operations. It fixes the regression cases caused by previous >> patch. Now both scalar and vector modes

Re: [PATCH, expand] Checking available optabs for scalar modes in by pieces operations

2023-10-27 Thread Richard Sandiford
HAO CHEN GUI writes: > Hi, > This patch checks available optabs for scalar modes used in by > pieces operations. It fixes the regression cases caused by previous > patch. Now both scalar and vector modes are examined by the same > approach. > > Bootstrapped and tested on x86 and powerpc64-linu

[PATCH, expand] Checking available optabs for scalar modes in by pieces operations

2023-10-27 Thread HAO CHEN GUI
Hi, This patch checks available optabs for scalar modes used in by pieces operations. It fixes the regression cases caused by previous patch. Now both scalar and vector modes are examined by the same approach. Bootstrapped and tested on x86 and powerpc64-linux BE and LE with no regressions. Is