[Mlir-commits] [mlir] [OpenMP][MLIR] OMPEarlyOutliningPass removal (PR #67319)
Kiran Chandramohan
llvmlistbot at llvm.org
Mon Oct 30 04:56:33 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 Mlir-commits
mailing list