[llvm] [Docs][DebugInfo][RemoveDIs] Document some debug-info transition info (PR #79167)
J. Ryan Stinnett via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 09:08:37 PST 2024
================
@@ -0,0 +1,106 @@
+# What's all this then?
+
+We're planning on removing debug-info intrinsics from LLVM, as they're slow, unweildy and can confuse optimisation passes if they're not expecting them. Instead of having a sequence of instructions that looks like this:
----------------
jryans wrote:
```suggestion
We're planning on removing debug-info intrinsics from LLVM, as they're slow, unwieldy and can confuse optimisation passes if they're not expecting them. Instead of having a sequence of instructions that looks like this:
```
https://github.com/llvm/llvm-project/pull/79167
More information about the llvm-commits
mailing list