[PATCH] D47352: [instsimplify] Move the instsimplify pass to use more obvious file names and diretory.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 24 17:40:12 PDT 2018


chandlerc created this revision.
Herald added subscribers: hiraditya, mgorny, mcrosier, mehdi_amini, sanjoy.

Also cleans up all the associated naming to be consistent and removes
the public access to the pass ID which was unused in LLVM.

Also runs clang-format over parts that changed, which generally cleans
up a bunch of formatting.

This is in preparation for doing some internal cleanups to the pass.

Happy to re-bikeshed this name, but it seemed obvious to me.


Repository:
  rL LLVM

https://reviews.llvm.org/D47352

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/LinkAllPasses.h
  llvm/include/llvm/Transforms/Scalar/InstSimplifyPass.h
  llvm/include/llvm/Transforms/Utils.h
  llvm/include/llvm/Transforms/Utils/SimplifyInstructions.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/lib/Transforms/Scalar/CMakeLists.txt
  llvm/lib/Transforms/Scalar/InstSimplifyPass.cpp
  llvm/lib/Transforms/Scalar/Scalar.cpp
  llvm/lib/Transforms/Utils/CMakeLists.txt
  llvm/lib/Transforms/Utils/SimplifyInstructions.cpp
  llvm/lib/Transforms/Utils/Utils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47352.148526.patch
Type: text/x-patch
Size: 17007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180525/86386a31/attachment.bin>


More information about the llvm-commits mailing list