Re: [PATCH] amdgcn: Add instruction pattern for conditional shift operations

2023-02-02 Thread Andrew Stubbs
On 01/02/2023 15:35, Paul-Antoine Arras wrote: This patch introduces an instruction pattern for conditional shift operations (cond_{ashl|ashr|lshr}) in the GCN machine description. Tested on GCN3 Fiji gfx803. OK to commit? The changelog will need to be wrapped to 80 columns. OK otherwise. A

[PATCH] amdgcn: Add instruction pattern for conditional shift operations

2023-02-01 Thread Paul-Antoine Arras
2023 16:13:23 +0100 Subject: [PATCH] amdgcn: Add instruction pattern for conditional shift operations gcc/ChangeLog: * config/gcn/gcn-valu.md (cond_): Add cond_{ashl|ashr|lshr} gcc/testsuite/ChangeLog: * gcc.target/gcn/cond_shift_3.c: New test. * gcc.target/gcn/cond_shift_3_run.c: New test