From: Mark Jamsek Subject: Re: got rebase or diff library bug To: Christian Weisgerber Cc: gameoftrees@openbsd.org Date: Mon, 05 Aug 2024 18:58:49 +1000 Christian Weisgerber wrote: > Christian Weisgerber: > > > It also fixes my original problem. I rebased the llvm18 branch in > > my repository and the GCNRegPressure.cpp file survived unscathed. > > Wait, no, it gained a trailing '\n': Thanks, naddy! I was worried about that case. I'll see if if I can come up with a minimal repro and a proper fix. > diff refs/got/backup/rebase/llvm18/4c965c8f6f6ab1aedaac603f0146fa3d13c53d8b refs/heads/llvm18 > commit - 08b237a4c368b90e77a5bd7a05dc6a9888365ef3 > commit + 23928cde058db05f3a72d8328e2868f5f84e2091 > blob - fd8f0bebd3bec3a9a2c39f721ff5f49dbc245abe > blob + 05fa3251e527ebce63ab4c15bb80da8b049ea6e6 > --- gnu/llvm/llvm/lib/Target/AMDGPU/GCNRegPressure.cpp > +++ gnu/llvm/llvm/lib/Target/AMDGPU/GCNRegPressure.cpp > @@ -656,4 +656,4 @@ bool GCNRegPressurePrinter::runOnMachineFunction(Machi > return false; > > #undef PFX > -} > \ No newline at end of file > +} -- Mark Jamsek GPG: F2FF 13DE 6A06 C471 CA80 E6E2 2930 DC66 86EE CF68