[llvm] [SelectionDAG] Disable FastISel for swiftasync functions (PR #70741)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 30 19:02:45 PDT 2023
================
@@ -1441,11 +1441,21 @@ static void processSingleLocVars(FunctionLoweringInfo &FuncInfo,
}
}
+static bool shouldEnableFastISel(const Function &Fn) {
----------------
arsenm wrote:
I thought we had some kind of hook for this somewhere already; I would think this is a target specific decision
https://github.com/llvm/llvm-project/pull/70741
More information about the llvm-commits
mailing list