[Mlir-commits] [mlir] [flang][openacc] Added acc::RecipeInterface for getting alloca insertion point. (PR #68464)
Valentin Clement バレンタイン クレメン
llvmlistbot at llvm.org
Fri Oct 6 21:01:18 PDT 2023
================
@@ -13,6 +13,9 @@ include "mlir/Pass/PassBase.td"
def ConvertHLFIRtoFIR : Pass<"convert-hlfir-to-fir", "::mlir::ModuleOp"> {
let summary = "Lower High-Level FIR to FIR";
let constructor = "hlfir::createConvertHLFIRtoFIRPass()";
+ let dependentDialects = [
----------------
clementval wrote:
nit: Is this necessary?
https://github.com/llvm/llvm-project/pull/68464
More information about the Mlir-commits
mailing list