[Mlir-commits] [mlir] [mlir] allow inlining complex ops (PR #77514)

Okwan Kwon llvmlistbot at llvm.org
Tue Jan 9 19:54:54 PST 2024


================
@@ -28,6 +41,7 @@ void complex::ComplexDialect::initialize() {
 #include "mlir/Dialect/Complex/IR/ComplexAttributes.cpp.inc"
       >();
   declarePromisedInterface<ComplexDialect, ConvertToLLVMPatternInterface>();
+  addInterfaces<ComplexInlinerInterface>();
----------------
okkwon wrote:

Thanks a lot! Added a case. 

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


More information about the Mlir-commits mailing list