[PATCH] D51976: [DebugInfo][Dexter] Speculated BB presents illegal variable value to debugger

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 07:37:25 PDT 2018


CarlosAlbertoEnciso updated this revision to Diff 165505.
CarlosAlbertoEnciso added a comment.

Address issues raised by the reviewers.

- Change the test case to use opt and the specific 'SimplifyCFG' pass.
- Rename 'dropDebugMetadata' as 'dropDebugUsers'.
- Use range-based for loop.
- Use pointer for the iterator.


https://reviews.llvm.org/D51976

Files:
  include/llvm/Transforms/Utils/Local.h
  lib/Transforms/Utils/Local.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/CodeGen/X86/pr38763.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51976.165505.patch
Type: text/x-patch
Size: 9044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180914/4690d2b1/attachment.bin>


More information about the llvm-commits mailing list