[PATCH] D45637: [DebugInfo] Ignore DBG_VALUE instructions in PostRA Machine Sink

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 13 17:01:42 PDT 2018


vsk added a comment.

Can this introduce a use-before-def scenario, where the DBG_VALUE for $eax occurs before the copy?


https://reviews.llvm.org/D45637





More information about the llvm-commits mailing list