diff options
| author | Craig Topper <craig.topper@intel.com> | 2018-04-24 00:05:21 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@intel.com> | 2018-04-24 00:05:21 +0000 |
| commit | d4eb2073b721e2f36063dedb63055539569f5e26 (patch) | |
| tree | 80bb6912f797ced539eb9b0b30e93feab46bc8ba /llvm/tools/bugpoint/bugpoint.cpp | |
| parent | e5e4bf02d654a81a908c033c435bef5955280ae7 (diff) | |
| download | bcm5719-llvm-d4eb2073b721e2f36063dedb63055539569f5e26.tar.gz bcm5719-llvm-d4eb2073b721e2f36063dedb63055539569f5e26.zip | |
[AggressiveInstCombine] Add library initializer routine for AggressiveInstCombine library. Use it in bugpoint and llvm-opt-fuzzer to match regular InstCombine.
This should make aggressive instcombine usable with these tools.
llvm-svn: 330663
Diffstat (limited to 'llvm/tools/bugpoint/bugpoint.cpp')
| -rw-r--r-- | llvm/tools/bugpoint/bugpoint.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/bugpoint.cpp b/llvm/tools/bugpoint/bugpoint.cpp index d989a3ee2d7..716f67b9293 100644 --- a/llvm/tools/bugpoint/bugpoint.cpp +++ b/llvm/tools/bugpoint/bugpoint.cpp @@ -130,6 +130,7 @@ int main(int argc, char **argv) { initializeAnalysis(Registry); initializeTransformUtils(Registry); initializeInstCombine(Registry); + initializeAggressiveInstCombine(Registry); initializeInstrumentation(Registry); initializeTarget(Registry); |

