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

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 03:34:25 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL358880: [NewPM] Add Option handling for SimpleLoopUnswitch (authored by skatkov, committed by ).
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D60676?vs=196033&id=196048#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60676/new/

https://reviews.llvm.org/D60676

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60676.196048.patch
Type: text/x-patch
Size: 23369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190422/2912044d/attachment.bin>


More information about the llvm-commits mailing list