summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/InstSimplifyPass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [instsimplify] Move the instsimplify pass to use more obvious file namesChandler Carruth2018-06-291-0/+144
and diretory. 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. Differential Revision: https://reviews.llvm.org/D47352 llvm-svn: 336028
OpenPOWER on IntegriCloud