[PATCH] D60676: [NewPM] Add Option handling for SimpleLoopUnswitch

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 01:18:12 PDT 2019


skatkov created this revision.
skatkov added reviewers: chandlerc, fedor.sergeev, leonardchan, philip.pfaffe.

This patch enables passing options to SimpleLoopUnswitch via the passes pipeline.


https://reviews.llvm.org/D60676

Files:
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  test/Transforms/SimpleLoopUnswitch/delete-dead-blocks.ll
  test/Transforms/SimpleLoopUnswitch/exponential-nontrivial-unswitch-nested.ll
  test/Transforms/SimpleLoopUnswitch/exponential-nontrivial-unswitch-nested2.ll
  test/Transforms/SimpleLoopUnswitch/exponential-nontrivial-unswitch.ll
  test/Transforms/SimpleLoopUnswitch/exponential-nontrivial-unswitch2.ll
  test/Transforms/SimpleLoopUnswitch/exponential-switch-unswitch.ll
  test/Transforms/SimpleLoopUnswitch/guards.ll
  test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-cost.ll
  test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch.ll
  test/Transforms/SimpleLoopUnswitch/update-scev.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60676.195101.patch
Type: text/x-patch
Size: 22950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190415/d15a66ab/attachment.bin>


More information about the llvm-commits mailing list