[all-commits] [llvm/llvm-project] 6ed843: [mlir][fold-memref-alias-ops] Add support for fold...

Prathamesh Tagore via All-commits all-commits at lists.llvm.org
Wed May 8 07:25:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ed8434edc5934210a38be99f33b6baed83df85c
      https://github.com/llvm/llvm-project/commit/6ed8434edc5934210a38be99f33b6baed83df85c
  Author: Prathamesh Tagore <63031630+meshtag at users.noreply.github.com>
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/MemRef/Utils/MemRefUtils.h
    M mlir/lib/Dialect/MemRef/Transforms/FoldMemRefAliasOps.cpp
    M mlir/lib/Dialect/MemRef/Utils/MemRefUtils.cpp
    M mlir/test/Dialect/MemRef/fold-memref-alias-ops.mlir

  Log Message:
  -----------
  [mlir][fold-memref-alias-ops] Add support for folding memref.expand_shape involving dynamic dims (#89093)

`fold-memref-alias-ops` bails out in presence of dynamic shapes in
`memref.expand_shape` op. Handle this case.



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