================
@@ -1441,11 +1441,21 @@ static void processSingleLocVars(FunctionLoweringInfo &FuncInfo,
}
}
+static bool shouldEnableFastISel(const Function &Fn) {
----------------
RKSimon wrote:
OptLevelChanger ?
https://github.com/llvm/llvm-project/pull/70741