[flang-commits] [flang] [flang][openacc] Added acc::RecipeInterface for getting alloca insertion point. (PR #68464)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Fri Oct 6 21:31:04 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:
Ok I see! Thanks for the explanation.
https://github.com/llvm/llvm-project/pull/68464
More information about the flang-commits
mailing list