Re: [PATCH 1/3] PowerPC future: Add byte swap insns

2020-06-09 Thread Segher Boessenkool
Hi! On Mon, Jun 01, 2020 at 04:01:51PM -0400, Michael Meissner wrote: > Add support for generating BRH/BRW/BRD when -mcpu=future is used. > * config/rs6000/rs6000.md (bswaphi2_reg): If -mcpu=future, > generate the BRH instruction. "Add alternative for brh."? If the changelog ruthles

Re: [PATCH 1/3] PowerPC future: Add byte swap insns

2020-06-01 Thread will schmidt via Gcc-patches
On Mon, 2020-06-01 at 16:01 -0400, Michael Meissner via Gcc-patches wrote: > Add support for generating BRH/BRW/BRD when -mcpu=future is used. > Hi, > gcc/ > 2020-06-01 Michael Meissner > > * config/rs6000/rs6000.md (bswaphi2_reg): If -mcpu=future, > generate the BRH instruction

[PATCH 1/3] PowerPC future: Add byte swap insns

2020-06-01 Thread Michael Meissner via Gcc-patches
Add support for generating BRH/BRW/BRD when -mcpu=future is used. gcc/ 2020-06-01 Michael Meissner * config/rs6000/rs6000.md (bswaphi2_reg): If -mcpu=future, generate the BRH instruction. (bswapsi2_reg): If -mcpu=future, generate the BRW instruction. (bswapdi2):