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

2024-08-05 Thread Jennifer Schmitz
m e643211edd212276ddeef87136932da4aa14837c Mon Sep 17 00:00:00 2001 >> From: Jennifer Schmitz mailto:jschm...@nvidia.com>> >> Date: Mon, 29 Jul 2024 07:59:33 -0700 >> Subject: [PATCH] AArch64: Set instruction attribute of TST to logics_imm >> >> As suggested in

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

2024-07-30 Thread Richard Sandiford
gt; From: Jennifer Schmitz > Date: Mon, 29 Jul 2024 07:59:33 -0700 > Subject: [PATCH] AArch64: Set instruction attribute of TST to logics_imm > > As suggested in > https://gcc.gnu.org/pipermail/gcc-patches/2024-July/658249.html, > this patch changes the instruction attribu

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

2024-07-30 Thread Jennifer Schmitz
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. OK for mainline? Signed-off-by: Jennife