[all-commits] [llvm/llvm-project] b6164e: [MLIR] Add missing check for unsupported affine de...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Wed Aug 10 17:33:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6164ec9c2fb7f6448fb3821f06e30ada32a3cd9
      https://github.com/llvm/llvm-project/commit/b6164ec9c2fb7f6448fb3821f06e30ada32a3cd9
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2022-08-11 (Thu, 11 Aug 2022)

  Changed paths:
    M mlir/lib/Dialect/Affine/Analysis/AffineAnalysis.cpp
    M mlir/test/Dialect/Affine/scalrep.mlir

  Log Message:
  -----------
  [MLIR] Add missing check for unsupported affine dependence analysis

Add missing check in affine dependence analysis when dependence analysis
isn't possible due to the ops being in different affine scopes.  The
lack of such a check could lead to a crash or incorrect behavior in
several dependent utilities.

Reviewed By: ftynse

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




More information about the All-commits mailing list