Re: [PATCH] AArch64: Set instruction attribute of TST to logics_imm

2024-08-05 Thread Jennifer Schmitz
Pushed to trunk: 7268d7249b3ca31bf322de99b1d59baf06f83eb3 > On 30 Jul 2024, at 13:39, Richard Sandiford wrote: > > External email: Use caution opening links or attachments > > > Jennifer Schmitz mailto:jschm...@nvidia.com>> writes: >> As suggested in >> https://gcc.gnu.org/pipermail/gcc-patche

Re: [PATCH] AArch64: Set instruction attribute of TST to logics_imm

2024-07-30 Thread Richard Sandiford
Jennifer Schmitz writes: > As suggested in > https://gcc.gnu.org/pipermail/gcc-patches/2024-July/658249.html, > this patch changes the instruction attribute of "*and_compare0" (TST) > from > alus_imm to logics_imm. > > The patch was bootstrapped and regtested on aarch64-linux-gnu, no regression.