[llvm] [AArch64][CodeGen] Fix trampoline basic block offset (PR #202716)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 06:30:59 PDT 2026


eleviant wrote:

@dhoekwater Addressed the comments. My understanding is that `updateOffsetAndLiveness` only recalculates offsets for newly created trampoline block, so it should be safe to move it into `createNewBlockAfter`.

https://github.com/llvm/llvm-project/pull/202716


More information about the llvm-commits mailing list