[all-commits] [llvm/llvm-project] d25e02: [MLIR][Affine] Fix assumption on int type in memre...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Wed Mar 22 03:58:32 PDT 2023


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

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/Analysis/Utils.h
    M mlir/include/mlir/Dialect/Affine/LoopUtils.h
    M mlir/lib/Dialect/Affine/Analysis/Utils.cpp
    M mlir/lib/Dialect/Affine/Transforms/LoopFusion.cpp
    M mlir/lib/Dialect/Affine/Utils/LoopUtils.cpp
    M mlir/test/Dialect/Affine/affine-data-copy.mlir

  Log Message:
  -----------
  [MLIR][Affine] Fix assumption on int type in memref elt size method

Fix assumption on memref element type being int/float in memref elt size
related method and affine data copy generate.

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

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




More information about the All-commits mailing list