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

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Fri Feb 9 01:10:04 PST 2024


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

Thanks @tblah for taking a look. I was referring to lowering using `fir-opt --fir-to-llvm-ir` for testing purposes. I expected that the `fir-opt --fir-to-llvm-ir` should provide a more-or-less complete conversion pipeline from `fir` to `llvm`. This is mostly to make testing and experimenting easier.

I am a bit of newbie to the project so I might not be using the different tools and their flags properly yet.

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


More information about the flang-commits mailing list