Kyrylo Tkachov via Gcc-patches <gcc-patches@gcc.gnu.org> writes: > Hi Andrea, > >> -----Original Message----- >> From: Andrea Corallo <andrea.cora...@arm.com> >> Sent: 10 November 2020 13:26 >> To: gcc-patches@gcc.gnu.org >> Cc: Kyrylo Tkachov <kyrylo.tkac...@arm.com>; Richard Earnshaw >> <richard.earns...@arm.com>; nd <n...@arm.com> >> Subject: [PATCH] aarch64: Make use of RTL predicates >> >> Hi all, >> >> I'd like to propose this patch to make use of RTL predicates into the >> AArch64 back-end where possible. >> >> Bootstrapped and regtested on aarch64-unknown-linux-gnu. >> >> Okay for trunk? > > Ok. I consider these changes obvious (you can commit such changes as > pre-approved in the future). > If these can be done mechanically I'd appreciate a similar cleanup in the arm > backend.
Hi Kyrill, installed as 3793ecc10fd. Yes this is done mechanically with [1]. Happy to run it on the arm backend then. Thanks Andrea [1] <https://gitlab.com/koral/el-gcc-predicador>