[flang-commits] [flang] [OpenMP][MLIR] OMPEarlyOutliningPass removal (PR #67319)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Mon Oct 30 04:56:35 PDT 2023
================
@@ -297,8 +297,8 @@ def PolymorphicOpConversion : Pass<"fir-polymorphic-op", "::mlir::func::FuncOp">
let summary =
"Simplify operations on polymorphic types";
let description = [{
- This pass breaks up the lowering of operations on polymorphic types by
- introducing an intermediate FIR level that simplifies code geneation.
+ This pass breaks up the lowering of operations on polymorphic types by
+ introducing an intermediate FIR level that simplifies code geneation.
----------------
kiranchandramohan wrote:
Nit: unrelated change.
https://github.com/llvm/llvm-project/pull/67319
More information about the flang-commits
mailing list