[PATCH] D57328: [DebugInfo][DAG] Always emit DBG_VALUEs of FrameIndexes regardless of their SDNodes

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 29 02:41:33 PST 2019


jmorse added a comment.

After hitting the buildbots, a bunch of PowerPC builders started reporting XPASS for test/DebugInfo/Generic/incorrect-variable-debugloc1.ll. That XFAIL has an associated bug report:

  https://bugs.llvm.org/show_bug.cgi?id=21881

Which appears to precisely document a scenario that this patch would solve. I've removed the XFAIL, written up my view on this in the bug report, and hopefully someone will confirm the PowerPC location list looks correct.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57328





More information about the llvm-commits mailing list