[all-commits] [llvm/llvm-project] d22d63: [MLIR][Affine] Fix signature of mlir::affine::perm...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Tue Nov 5 20:12:23 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d22d63a7855840dd6398b77dcad71f001788ac86
      https://github.com/llvm/llvm-project/commit/d22d63a7855840dd6398b77dcad71f001788ac86
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2024-11-06 (Wed, 06 Nov 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/LoopUtils.h
    M mlir/lib/Dialect/Affine/Utils/LoopUtils.cpp

  Log Message:
  -----------
  [MLIR][Affine] Fix signature of mlir::affine::permuteLoops (#111100)

The method doesn't mutate its argument. A mutable one was being passed
only to get around ArrayRef providing const on elements, which MLIR
doesn't use on IR types.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list