[PATCH] D30333: Split SimplifyCFG to run obscuring switch transforms only during last phase

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 25 23:56:32 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL298799: Split the SimplifyCFG pass into two variants. (authored by joerg).

Changed prior to commit:
  https://reviews.llvm.org/D30333?vs=91455&id=93067#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D30333

Files:
  llvm/trunk/include/llvm-c/Transforms/Scalar.h
  llvm/trunk/include/llvm/InitializePasses.h
  llvm/trunk/include/llvm/LinkAllPasses.h
  llvm/trunk/include/llvm/Transforms/Scalar.h
  llvm/trunk/include/llvm/Transforms/Scalar/SimplifyCFG.h
  llvm/trunk/include/llvm/Transforms/Utils/Local.h
  llvm/trunk/lib/LTO/LTOCodeGenerator.cpp
  llvm/trunk/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/trunk/lib/Transforms/Scalar/Scalar.cpp
  llvm/trunk/lib/Transforms/Scalar/SimplifyCFGPass.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/trunk/test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table.ll
  llvm/trunk/test/Transforms/SimplifyCFG/CoveredLookupTable.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/rangereduce.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30333.93067.patch
Type: text/x-patch
Size: 20593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170326/22de2a69/attachment.bin>


More information about the llvm-commits mailing list