[all-commits] [llvm/llvm-project] 5af9d1: [mlir][Index] Implement InferIntRangeInterface, re...

Krzysztof Drewniak via All-commits all-commits at lists.llvm.org
Fri Jan 20 12:32:43 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5af9d16dae71f2c2087ba88c5fc06893e6aecfe9
      https://github.com/llvm/llvm-project/commit/5af9d16dae71f2c2087ba88c5fc06893e6aecfe9
  Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
  Date:   2023-01-20 (Fri, 20 Jan 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Index/IR/IndexOps.h
    M mlir/include/mlir/Dialect/Index/IR/IndexOps.td
    A mlir/include/mlir/Interfaces/Utils/InferIntRangeCommon.h
    M mlir/lib/Dialect/Arith/IR/CMakeLists.txt
    M mlir/lib/Dialect/Arith/IR/InferIntRangeInterfaceImpls.cpp
    M mlir/lib/Dialect/Index/IR/CMakeLists.txt
    A mlir/lib/Dialect/Index/IR/InferIntRangeInterfaceImpls.cpp
    M mlir/lib/Interfaces/CMakeLists.txt
    A mlir/lib/Interfaces/Utils/CMakeLists.txt
    A mlir/lib/Interfaces/Utils/InferIntRangeCommon.cpp
    A mlir/test/Dialect/Index/int-range-inference.mlir

  Log Message:
  -----------
  [mlir][Index] Implement InferIntRangeInterface, re-land

Re-land D140899 to fix a missing dependency in the index dialect's
CMakeLists.txt.

Reviewed By: Mogball

Differential Revision: https://reviews.llvm.org/D142147




More information about the All-commits mailing list