[all-commits] [llvm/llvm-project] 28a7df: [MLIR] Fixed missing constraint append when adding...

Ruizhe Zhao via All-commits all-commits at lists.llvm.org
Thu Aug 27 12:05:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 28a7dfa33d979e5ff3ed2d975c71b08d611fe6b6
      https://github.com/llvm/llvm-project/commit/28a7dfa33d979e5ff3ed2d975c71b08d611fe6b6
  Author: Vincent Zhao <vincentzhaorz at gmail.com>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

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

  Log Message:
  -----------
  [MLIR] Fixed missing constraint append when adding an AffineIfOp domain

The prior diff that introduced `addAffineIfOpDomain` missed appending
constraints from the ifOp domain. This revision fixes this problem.

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




More information about the All-commits mailing list