################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from           #
# compiler/src/iree/compiler/Codegen/Utils/BUILD.bazel                         #
#                                                                              #
# Use iree_cmake_extra_content from iree/build_defs.oss.bzl to add arbitrary   #
# CMake-only content.                                                          #
#                                                                              #
# To disable autogeneration for this file entirely, delete this header.        #
################################################################################

iree_add_all_subdirs()

iree_cc_library(
  NAME
    Utils
  HDRS
    "CPUUtils.h"
    "GPUUtils.h"
    "LinalgOpInfo.h"
    "LinkingUtils.h"
    "MarkerUtils.h"
    "Utils.h"
  SRCS
    "CPUUtils.cpp"
    "GPUUtils.cpp"
    "LinalgOpInfo.cpp"
    "LinkingUtils.cpp"
    "MarkerUtils.cpp"
    "Utils.cpp"
  DEPS
    LLVMSupport
    LLVMTargetParser
    MLIRAffineDialect
    MLIRAnalysis
    MLIRArithDialect
    MLIRArithUtils
    MLIRFuncDialect
    MLIRFunctionInterfaces
    MLIRGPUDialect
    MLIRIR
    MLIRLinalgDialect
    MLIRLinalgTransforms
    MLIRLinalgUtils
    MLIRMemRefDialect
    MLIRMemRefTransforms
    MLIRSCFDialect
    MLIRSCFTransforms
    MLIRSideEffectInterfaces
    MLIRSupport
    MLIRTensorDialect
    MLIRTilingInterface
    MLIRTransformUtils
    MLIRVectorDialect
    MLIRVectorTransforms
    MLIRViewLikeInterface
    iree::compiler::Codegen::Dialect::Codegen::IR::IREECodegenDialect
    iree::compiler::Codegen::Dialect::GPU::IR::IREEGPUDialect
    iree::compiler::Codegen::Dialect::GPU::TargetUtils::KnownTargets
    iree::compiler::Codegen::Interfaces::PartitionableLoopsInterface
    iree::compiler::Codegen::Interfaces::ProcessorOpInterfaces
    iree::compiler::Codegen::Interfaces::UKernelOpInterface
    iree::compiler::Dialect::Flow::IR
    iree::compiler::Dialect::HAL::IR
    iree::compiler::Dialect::LinalgExt::IR
    iree::compiler::Dialect::LinalgExt::Transforms
    iree::compiler::Utils
  PUBLIC
)

iree_cc_library(
  NAME
    VectorOpUtils
  HDRS
    "VectorOpUtils.h"
  SRCS
    "VectorOpUtils.cpp"
  DEPS
    LLVMSupport
    MLIRIR
    MLIRLinalgDialect
    MLIRSupport
    MLIRVectorDialect
  PUBLIC
)

### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###
