[PATCH] D76878: Implement new DW_OP_LLVM_* operations

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 07:03:20 PDT 2020


dstenb added inline comments.


================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/amdgpu_proposal.s:26-27
+ .cfi_escape 0x10, 0x00, 0x02, 0xe6, 0x00
+ # CHECK-NEXT: DW_CFA_expression: reg0 DW_OP_LLVM_undefined
+ .cfi_escape 0x10, 0x00, 0x01, 0xe7
+ # CHECK-NEXT: DW_CFA_expression: reg0 DW_OP_LLVM_aspace_bregx EAX+2
----------------
In which ways does this differ from `DW_CFA_undefined reg0`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76878





More information about the llvm-commits mailing list