================
@@ -0,0 +1,160 @@
+# Key Instructions debug info in LLVM and Clang
+
+Key Instructions is an LLVM feature that reduces the jumpiness of optimized 
code debug stepping by discriminating the significance of instrucions that make 
up source language statements. This document explains the feature and how it is 
implemented in [LLVM](#llvm) and [Clang](#clang-and-other-front-ends).
----------------
jmorse wrote:

instructions

https://github.com/llvm/llvm-project/pull/137991
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to