[PATCH] D98063: [flang][fir] Add the pre-code gen rewrite pass and codegen ops.

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 8 11:25:13 PST 2021


clementval added inline comments.


================
Comment at: flang/include/flang/Optimizer/CodeGen/CGPasses.td:27
+    "fir::FIROpsDialect", "fir::FIRCodeGenDialect", "mlir::BuiltinDialect",
+    "mlir::LLVM::LLVMDialect", "mlir::omp::OpenMPDialect"
+  ];
----------------
SouraVX wrote:
> I'm not sure whether we need `OpenACC` Dialect too ? (Since OpenACC doesn't lower as `OpenMP`) @clementval do you have any comments/thought on this ?
We will probably need it later but since it is not done yet it can be added in a later patch. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98063/new/

https://reviews.llvm.org/D98063



More information about the llvm-commits mailing list