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

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 8 10:08:04 PST 2021


SouraVX 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"
+  ];
----------------
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 ?


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