Kyrylo Tkachov <ktkac...@nvidia.com> writes: >> On 11 Jul 2025, at 16:48, Richard Sandiford <richard.sandif...@arm.com> >> wrote: >>> Shall I backport this for GCC 15.2 as well? >>> The test case uses C operators which were enabled in GCC 15, though I >>> suppose one could construct a pure ACLE intrinsics testcase too. >> >> Sounds good to me. It's fixing wrong code, even if the gas warning >> makes it somewhat noisy wrong code. >> > > Looks like there’s a simple merge conflicts due to trunk also having > http://gcc.gnu.org/g:f260146bc05f6fba7b2a67a62063c770588b769d > Author: Richard Earnshaw <rearn...@arm.com> > Date: Mon Apr 14 16:41:16 2025 +0100 > > aarch64: Fix up commutative and early-clobber markers on compact inns > > I’d like to backport that commit as well as it looks like a low-risk cleanup. > Both commits bootstrap and test cleanly on the branch. > Ok?
Ok from my POV, thanks. Richard