[all-commits] [llvm/llvm-project] 755c05: [mlir][Linalg] Fix load/store operations generated...

MaheshRavishankar via All-commits all-commits at lists.llvm.org
Wed Mar 4 17:05:15 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 755c050200bad608dffd376929a230cd5d9936d7
      https://github.com/llvm/llvm-project/commit/755c050200bad608dffd376929a230cd5d9936d7
  Author: MaheshRavishankar <ravishankarm at google.com>
  Date:   2020-03-04 (Wed, 04 Mar 2020)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp
    M mlir/test/Dialect/Linalg/loops.mlir

  Log Message:
  -----------
  [mlir][Linalg] Fix load/store operations generated while lower loops when
output has zero rank.

While lowering to loops, no indices should be used in the load/store
operation if the buffer is zero-rank.

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




More information about the All-commits mailing list