[Mlir-commits] [flang] [mlir] [WIP] Delayed privatization. (PR #79862)

Tom Eccles llvmlistbot at llvm.org
Thu Feb 8 03:38:48 PST 2024


================
@@ -3505,6 +3505,18 @@ struct ZeroOpConversion : public FIROpConversion<fir::ZeroOp> {
   }
 };
 
+class DeclareOpConversion : public FIROpConversion<fir::DeclareOp> {
----------------
tblah wrote:

There is `fir::createOpenMPFIRPassPipeline`, so I expect that I should be seeing some extra passes for OpenMP. It is weird that I didn't.

Anyway that runs immediately after lowering so I don't think it should effect codegen for `fir.declare`.

https://github.com/llvm/llvm-project/pull/79862


More information about the Mlir-commits mailing list