Re: [PATCH] rs6000: Use parameterized names for tablejump

2020-09-29 Thread Alan Modra via Gcc-patches
On Wed, Sep 30, 2020 at 12:04:25AM +, Segher Boessenkool wrote: > * config/rs6000/rs6000.md (tablejump): Simplify. > (tablejumpsi): Merge this ... > (tablejumpdi): ... and this ... > (@tablejump_normal): ... into this. > (tablejumpsi_nospec): Merge this ... >

[PATCH] rs6000: Use parameterized names for tablejump

2020-09-29 Thread Segher Boessenkool
We have too many tablejump patterns. Using parameterized names simplifies the code a bit. Tested on powerpc64-linux {-m32,-m64}. Committing. Segher 2020-09-29 Segher Boessenkool * config/rs6000/rs6000.md (tablejump): Simplify. (tablejumpsi): Merge this ... (tablej