[PATCH] D98789: [PEI] add dwarf information for stack probe

Simonas Kazlauskas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 17 10:51:28 PDT 2021


nagisa added reviewers: serge-sans-paille, nagisa, efriedma, lkail.
nagisa added inline comments.


================
Comment at: llvm/test/CodeGen/X86/stack-clash-unknown-call.ll:19
+;CHECK-NEXT:	.cfi_adjust_cfa_offset 3912
 ;CHECK-NEXT:	.cfi_def_cfa_offset 8016
 ;CHECK-NEXT:	movq	%rsp, %rdi
----------------
The `def_cfa_offset` is superfluous here now. The last `cfi` directive should be either the `adjust` or `def`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98789/new/

https://reviews.llvm.org/D98789



More information about the llvm-commits mailing list