[PATCH] D149177: [LangRef] Improve wording DW_OP_LLVM_entry_value

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 13:34:39 PDT 2023


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/docs/LangRef.rst:5996
+  Because ``DW_OP_LLVM_entry_value`` is defined in terms of registers, it is
+  typically only allowed in MIR. The operation is introduced by:
+
----------------
Right now the `typically` could be removed, but we can add it back in when it is needed :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149177



More information about the llvm-commits mailing list