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

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 13:15:33 PDT 2023


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

It's worth a try, it's supposed to allow opt level override at the function level, which is precisely what we're after. 

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


More information about the llvm-commits mailing list