[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 09:49:32 PDT 2023


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

Thanks for the pointers, I will have a look! It would be nice if this could be done on a per function level though, as we wouldn't want to disable fast isel for the entire module

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


More information about the llvm-commits mailing list