[all-commits] [llvm/llvm-project] 528870: [mlir][scf] Support simple symbolic expression wit...

PeimingLiu via All-commits all-commits at lists.llvm.org
Tue Sep 20 11:13:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 52887071ea26b76c18fd612f87317aec57b3633b
      https://github.com/llvm/llvm-project/commit/52887071ea26b76c18fd612f87317aec57b3633b
  Author: Peiming Liu <peiming at google.com>
  Date:   2022-09-20 (Tue, 20 Sep 2022)

  Changed paths:
    M mlir/lib/Dialect/SCF/IR/CMakeLists.txt
    M mlir/lib/Dialect/SCF/IR/SCF.cpp
    M mlir/test/Dialect/SCF/canonicalize.mlir
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir][scf] Support simple symbolic expression without depending on AffineDialect to simply trivial loops.

Remove dependence of AffineDialect

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list