From: Christian Weisgerber Subject: Re: got rebase or diff library bug To: Mark Jamsek Cc: gameoftrees@openbsd.org Date: Sun, 4 Aug 2024 20:14:02 +0200 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': 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 +} -- Christian "naddy" Weisgerber naddy@mips.inka.de