[Mlir-commits] [mlir] Add a structured if operation (PR #67234)

Gil Rapaport llvmlistbot at llvm.org
Wed Sep 27 15:39:58 PDT 2023


aniragil wrote:

> @aniragil :
> 
> ```
> diff --git a/mlir/lib/Dialect/EmitC/IR/CMakeLists.txt b/mlir/lib/Dialect/EmitC/IR/CMakeLists.txt
> index e2b81a0d8f01..4665c41a62e8 100644
> --- a/mlir/lib/Dialect/EmitC/IR/CMakeLists.txt
> +++ b/mlir/lib/Dialect/EmitC/IR/CMakeLists.txt
> @@ -10,6 +10,7 @@ add_mlir_dialect_library(MLIREmitCDialect
>  
>    LINK_LIBS PUBLIC
>    MLIRCastInterfaces
> +  MLIRControlFlowInterfaces
>    MLIRIR
>    MLIRSideEffectInterfaces
>    )
> ```
> 
> This should fix your failure.

Thanks Mehdi!

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


More information about the Mlir-commits mailing list