[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
Tue Jun 5 14:18:34 PDT 2018


chandlerc updated this revision to Diff 150041.
chandlerc added a comment.

Rebase and ping again. Really looking for review on this one as well.


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.150041.patch
Type: text/x-patch
Size: 26427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180605/92da2d8f/attachment.bin>


More information about the llvm-commits mailing list