[all-commits] [llvm/llvm-project] 1d9886: [mlir][SCF] Fix crash in loop peeling

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Jan 19 10:08:43 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d98861a7896236895d467f7e7ab4eadf7dffd82
      https://github.com/llvm/llvm-project/commit/1d98861a7896236895d467f7e7ab4eadf7dffd82
  Author: Matthias Springer <springerm at google.com>
  Date:   2023-01-19 (Thu, 19 Jan 2023)

  Changed paths:
    M mlir/lib/Dialect/SCF/Utils/AffineCanonicalizationUtils.cpp
    M mlir/test/Dialect/SCF/for-loop-peeling.mlir

  Log Message:
  -----------
  [mlir][SCF] Fix crash in loop peeling

Upper bound and step size should be symbols instead of dims.

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




More information about the All-commits mailing list