[PATCH] D32494: [Loop Deletion] Delete loops that are never executed

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 08:06:40 PDT 2017


anna updated this revision to Diff 97455.
anna marked 3 inline comments as done.
anna added a comment.

Main change: Updated comments to uniformly use terminology as loop is `never executed` 
instead of `semantically unreachable`.
Addressed other review comments.


https://reviews.llvm.org/D32494

Files:
  lib/Transforms/Scalar/LoopDeletion.cpp
  test/Transforms/LoopDeletion/unreachable-loops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32494.97455.patch
Type: text/x-patch
Size: 16978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170502/4bcb0923/attachment.bin>


More information about the llvm-commits mailing list