[PATCH] D34200: [PM/unswitch] Teach SimpleLoopUnswitch to do non-trivial unswitching, making it no longer even remotely simple.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 03:11:44 PDT 2017


chandlerc updated this revision to Diff 104372.
chandlerc marked 8 inline comments as done.
chandlerc added a comment.

Updates based on first round of review. Still more to come.


https://reviews.llvm.org/D34200

Files:
  include/llvm/Analysis/LoopInfo.h
  include/llvm/Transforms/Scalar/LoopPassManager.h
  include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h
  lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  test/Transforms/SimpleLoopUnswitch/2006-06-27-DeadSwitchCase.ll
  test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-cost.ll
  test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34200.104372.patch
Type: text/x-patch
Size: 169428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170628/30042825/attachment-0001.bin>


More information about the llvm-commits mailing list