[PATCH] D59790: [DebugInfo][Docs] Document how variable location metadata is transformed through target codegen
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 12 15:53:19 PDT 2019
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
Looks great, thanks!
================
Comment at: docs/SourceLevelDebugging.rst:590
+As with optimization, LLVM aims to preserve the order in which variable
+assignments occurred in the source program, however SelectionDAG performs
+some instruction scheduling (discussed below). Function parameter locations
----------------
Consider: s/, however/. However ... scheduling, which can reorder assignments/
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59790/new/
https://reviews.llvm.org/D59790
More information about the llvm-commits
mailing list