[all-commits] [llvm/llvm-project] 622702: [MLIR] Fix affine analysis check for ops with no c...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Tue Mar 7 09:47:48 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 622702d08948cb105cae2fc6fd0d4c3d988e65d4
      https://github.com/llvm/llvm-project/commit/622702d08948cb105cae2fc6fd0d4c3d988e65d4
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2023-03-07 (Tue, 07 Mar 2023)

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

  Log Message:
  -----------
  [MLIR] Fix affine analysis check for ops with no common block

Fix affine analysis check for ops with no common block in their affine
scope. Clean up some out of date comments and naming.

Fixes: https://github.com/llvm/llvm-project/issues/59444

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




More information about the All-commits mailing list