[PATCH] D47522: [PM/LoopUnswitch] Add partial non-trivial unswitching for invariant conditions feeding a chain of `and`s or `or`s for a branch.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 13:29:51 PDT 2018


chandlerc updated this revision to Diff 150195.
chandlerc marked an inline comment as done.
chandlerc added a comment.

Fix typo spotted in review.


Repository:
  rL LLVM

https://reviews.llvm.org/D47522

Files:
  llvm/include/llvm/ADT/TinyPtrVector.h
  llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47522.150195.patch
Type: text/x-patch
Size: 26428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180606/5107eeb7/attachment.bin>


More information about the llvm-commits mailing list