[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 Jul 19 01:29:00 PDT 2017
chandlerc updated this revision to Diff 107260.
chandlerc marked 18 inline comments as done.
chandlerc added a comment.
Updated based on most of the code review comments from Sanjoy. Still some pending.
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.107260.patch
Type: text/x-patch
Size: 170824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170719/42dd319f/attachment-0001.bin>
More information about the llvm-commits
mailing list