| commit | ba4e437c6ad18746cd2684410c6679be7d1376e4 | [log] [tgz] |
|---|---|---|
| author | Carlos Alberto Enciso <carlos.alberto.enciso@gmail.com> | Wed Sep 19 08:16:56 2018 +0000 |
| committer | Carlos Alberto Enciso <carlos.alberto.enciso@gmail.com> | Wed Sep 19 08:16:56 2018 +0000 |
| tree | 119c123394149065fe5a4346f55fdaa6f7147e6d | |
| parent | f1f3e7377cd4baf5f23dd852492d715e0d290550 [diff] |
[DebugInfo][Dexter] Speculated BB presents illegal variable value to debugger. When SimplifyCFG changes the PHI node into a select instruction, the debug information becomes ambiguous. It causes the debugger to display wrong variable value. Differential Revision: https://reviews.llvm.org/D51976 llvm-svn: 342527