[PATCH] D44177: [JumpThreading] use UnreachableBlocks to avoid unreachable regions

Brian Rzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 7 08:29:52 PST 2018


brzycki updated this revision to Diff 137401.
brzycki marked an inline comment as done.
brzycki retitled this revision from "[JumpThreading] use InvalidBlocks to avoid unreachable regions" to "[JumpThreading] use UnreachableBlocks to avoid unreachable regions".
brzycki edited the summary of this revision.
brzycki added a comment.

Renamed InvalidBlocks to UnreachableBlocks, minor tweaks to comments.


https://reviews.llvm.org/D44177

Files:
  llvm/include/llvm/Transforms/Scalar/JumpThreading.h
  llvm/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/test/Transforms/JumpThreading/pr15851_hang.ll
  llvm/test/Transforms/JumpThreading/select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44177.137401.patch
Type: text/x-patch
Size: 6872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180307/40ced5f2/attachment.bin>


More information about the llvm-commits mailing list