[Mlir-commits] [clang] [flang] [mlir] [flang] Add basic -mtune	support (PR #95043)
    Tarun Prabhu 
    llvmlistbot at llvm.org
       
    Tue Jun 11 06:50:41 PDT 2024
    
    
  
================
@@ -371,7 +371,7 @@ static mlir::LogicalResult convertFortranSourceToMLIR(
       ctx, semanticsContext, defKinds, semanticsContext.intrinsics(),
       semanticsContext.targetCharacteristics(), parsing.allCooked(),
       targetTriple, kindMap, loweringOptions, envDefaults,
-      semanticsContext.languageFeatures(), targetMachine);
+      semanticsContext.languageFeatures(), targetMachine, ""); // FIXME
----------------
tarunprabhu wrote:
What needs to be fixed here? If it needs to be deferred to a later patch, a more detailed inline comment would be helpful.
https://github.com/llvm/llvm-project/pull/95043
    
    
More information about the Mlir-commits
mailing list