[PATCH] D60675: [NewPM] Add Option handling for SimplifyCFG

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


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

Changed prior to commit:
  https://reviews.llvm.org/D60675?vs=195095&id=195106#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D60675

Files:
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table.ll
  llvm/trunk/test/Transforms/SimplifyCFG/CoveredLookupTable.ll
  llvm/trunk/test/Transforms/SimplifyCFG/ForwardSwitchConditionToPHI.ll
  llvm/trunk/test/Transforms/SimplifyCFG/X86/disable-lookup-table.ll
  llvm/trunk/test/Transforms/SimplifyCFG/X86/switch-covered-bug.ll
  llvm/trunk/test/Transforms/SimplifyCFG/X86/switch-table-bug.ll
  llvm/trunk/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
  llvm/trunk/test/Transforms/SimplifyCFG/branch-fold-threshold.ll
  llvm/trunk/test/Transforms/SimplifyCFG/multiple-phis.ll
  llvm/trunk/test/Transforms/SimplifyCFG/no-md-sink.ll
  llvm/trunk/test/Transforms/SimplifyCFG/preserve-llvm-loop-metadata.ll
  llvm/trunk/test/Transforms/SimplifyCFG/rangereduce.ll
  llvm/trunk/test/Transforms/SimplifyCFG/sink-common-code.ll
  llvm/trunk/test/Transforms/SimplifyCFG/switch_undef.ll

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


More information about the llvm-commits mailing list