diff --git a/src/aotcompile.cpp b/src/aotcompile.cpp index c9e7a60ef7d7f..93683d320e6b9 100644 --- a/src/aotcompile.cpp +++ b/src/aotcompile.cpp @@ -776,7 +776,7 @@ void addOptimizationPasses(legacy::PassManagerBase *PM, int opt_level, .convertSwitchToLookupTable(true) .needCanonicalLoops(false) .hoistCommonInsts(true) - .sinkCommonInsts(true) + // .sinkCommonInsts(true) // FIXME: Causes assertion in llvm-late-lowering )); PM->add(createSLPVectorizerPass()); // might need this after LLVM 11: