[PATCH] D140338: [DWARF] Store CFA value on DW_CFA_remember_state

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 11:09:48 PST 2023


MaskRay added a comment.

DWARF v5 says:

> The DW_CFA_remember_state instruction takes no operands. The required action is to push the set of rules for every register onto an implicit stack.

I think it probably should mention that "the current CFA rule" is saved as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140338



More information about the llvm-commits mailing list