[all-commits] [llvm/llvm-project] 332b8c: [MLIR][Affine] Fix affine.parallel op domain add

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Mon Feb 20 20:46:57 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 332b8cf1f689c8df279d920c4571ad4d2fc30066
      https://github.com/llvm/llvm-project/commit/332b8cf1f689c8df279d920c4571ad4d2fc30066
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2023-02-21 (Tue, 21 Feb 2023)

  Changed paths:
    M mlir/lib/Dialect/Affine/Analysis/AffineStructures.cpp
    M mlir/test/Transforms/memref-dependence-check.mlir

  Log Message:
  -----------
  [MLIR][Affine] Fix affine.parallel op domain add

Fix obvious bug in `addAffineParallelOpDomain` that would lead to
incorrect domain constraints for any affine.parallel op with
dimensionality greater than one.

Reviewed By: springerm

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




More information about the All-commits mailing list