summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/bugpoint.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-04-24 00:05:21 +0000
committerCraig Topper <craig.topper@intel.com>2018-04-24 00:05:21 +0000
commitd4eb2073b721e2f36063dedb63055539569f5e26 (patch)
tree80bb6912f797ced539eb9b0b30e93feab46bc8ba /llvm/tools/bugpoint/bugpoint.cpp
parente5e4bf02d654a81a908c033c435bef5955280ae7 (diff)
downloadbcm5719-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.cpp1
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);
OpenPOWER on IntegriCloud