Re: [PATCH 01/44] testsuite: Add cases for conditional-move and conditional-add operations

2023-11-21 Thread Maciej W. Rozycki
On Mon, 20 Nov 2023, Richard Biener wrote: > > > ok > > > > Thank you for your review, but I think I need a general maintainer's ack > > for this one. > > OK. I have committed this change now, thank you for your review. Maciej

Re: [PATCH 01/44] testsuite: Add cases for conditional-move and conditional-add operations

2023-11-20 Thread Richard Biener
On Mon, Nov 20, 2023 at 11:16 AM Maciej W. Rozycki wrote: > > On Sun, 19 Nov 2023, Kito Cheng wrote: > > > ok > > Thank you for your review, but I think I need a general maintainer's ack > for this one. OK. > Maciej

Re: [PATCH 01/44] testsuite: Add cases for conditional-move and conditional-add operations

2023-11-20 Thread Maciej W. Rozycki
On Sun, 19 Nov 2023, Kito Cheng wrote: > ok Thank you for your review, but I think I need a general maintainer's ack for this one. Maciej

Re: [PATCH 01/44] testsuite: Add cases for conditional-move and conditional-add operations

2023-11-18 Thread Kito Cheng
ok On Sun, Nov 19, 2023 at 1:35 PM Maciej W. Rozycki wrote: > > Add generic execution tests for expressions that are expected to expand > to conditional-move and conditional-add operations where supported. To > ensure no corner case escapes all relational operators are extensively > covered for

[PATCH 01/44] testsuite: Add cases for conditional-move and conditional-add operations

2023-11-18 Thread Maciej W. Rozycki
Add generic execution tests for expressions that are expected to expand to conditional-move and conditional-add operations where supported. To ensure no corner case escapes all relational operators are extensively covered for integer comparisons and all ordered operators are covered for