[clang] [llvm] [KeyInstr] Add docs (PR #137991)

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 15 04:01:11 PDT 2025


================
@@ -0,0 +1,46 @@
+# Key Instructions in Clang
+
+Key Instructions is an LLVM feature that reduces the jumpiness of optimized code debug stepping. This document explains how Clang applies the necessary metadata.
----------------
OCHyams wrote:

Couldn't find better wording than yours, how does this look? I fear it's become a little bit of a word salad.

https://github.com/llvm/llvm-project/pull/137991


More information about the llvm-commits mailing list