[all-commits] [llvm/llvm-project] 7b323a: [MLIR] Fix areIdsUnique in AffineStructures

Kunwar Shaanjeet Singh Grover via All-commits all-commits at lists.llvm.org
Fri May 13 03:51:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b323af52abaf71afab6578540eca90004384535
      https://github.com/llvm/llvm-project/commit/7b323af52abaf71afab6578540eca90004384535
  Author: Groverkss <groverkss at gmail.com>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
    M mlir/lib/Dialect/Affine/Analysis/AffineStructures.cpp

  Log Message:
  -----------
  [MLIR] Fix areIdsUnique in AffineStructures

This patch fixes a bug in areIdsUnique where it ignores the [start, end] range.

No test case is added since there are no use cases through IR from where it
can be tested, and it is hard to create a unittest since we do not currently
have Values in unittests.

Reviewed By: arjunp

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




More information about the All-commits mailing list