[PATCH] D58726: [DebugInfo][Docs] Explicitly document how dbg.value intrinsics are interpreted in optimized code

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 1 04:53:26 PST 2019


jmorse marked 5 inline comments as done.
jmorse added inline comments.


================
Comment at: docs/SourceLevelDebugging.rst:474
+    %addoper = select i1 %cond, i32 11, i32 12
+    %plusten = add i32 %merge, %addoper
+    %toret = add i32 %plusten, %g
----------------
dstenb wrote:
> `%merge` -> `%bar` ?
Rats, I did that elsewhere, and had it duplicated in a dbg.value a few lines up too (now fixed).


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

https://reviews.llvm.org/D58726





More information about the llvm-commits mailing list