Re: [PATCH] aarch64: Refactor TBL/TBX RTL patterns

2021-07-20 Thread Richard Sandiford via Gcc-patches
Jonathan Wright via Gcc-patches writes: > Hi, > > As subject, this patch renames the two-source-register TBL/TBX RTL > patterns so that their names better reflect what they do, rather than > confusing them with tbl3 or tbx4 patterns. Also use the correct > "neon_tbl2" type attribute for both

[PATCH] aarch64: Refactor TBL/TBX RTL patterns

2021-07-19 Thread Jonathan Wright via Gcc-patches
Hi, As subject, this patch renames the two-source-register TBL/TBX RTL patterns so that their names better reflect what they do, rather than confusing them with tbl3 or tbx4 patterns. Also use the correct "neon_tbl2" type attribute for both patterns. Rename single-source-register TBL/TBX