[clang] [llvm] [KeyInstr] Add docs (PR #137991)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 14 06:55:32 PDT 2025
================
@@ -0,0 +1,114 @@
+# Key Instructions debug info in LLVM
+
+Key Instructions reduces the jumpiness of optimized code debug stepping. This document explains the feature and how it is implemented in LLVM. For Clang support please see the [Clang docs](../../clang/docs/KeyInstructionsClang.md)
+
+## Status
+
+In development, but mostly complete. The feature is currently disabled for coroutines.
----------------
jmorse wrote:
Can we upgrade to "Complete for everything but coroutines"?
https://github.com/llvm/llvm-project/pull/137991
More information about the llvm-commits
mailing list