[llvm] [SelectionDAG] Disable FastISel for swiftasync functions (PR #70741)

Felipe de Azevedo Piovezan via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 14:35:33 PDT 2023


================
@@ -1441,11 +1441,21 @@ static void processSingleLocVars(FunctionLoweringInfo &FuncInfo,
   }
 }
 
+static bool shouldEnableFastISel(const Function &Fn) {
----------------
felipepiovezan wrote:

@RKSimon @arsenm could you check if this new approach is what you had in mind?

https://github.com/llvm/llvm-project/pull/70741


More information about the llvm-commits mailing list