| commit | 7c557f804d3a0b797e78722bebb285923bf8548c | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Fri Jun 29 23:36:03 2018 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Fri Jun 29 23:36:03 2018 +0000 |
| tree | 4446612a6612ddee2cda7069a8297bf30c5eba55 | |
| parent | d3fe59833f34ff98d12726ab331545c96fa029d9 [diff] |
[instsimplify] Move the instsimplify pass to use more obvious file names 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