[all-commits] [llvm/llvm-project] de883b: [mlir][bufferization] fix typo in example code for...

PeimingLiu via All-commits all-commits at lists.llvm.org
Thu Sep 8 10:08:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: de883be1f0807cf6a35c3e732dab42399670ab43
      https://github.com/llvm/llvm-project/commit/de883be1f0807cf6a35c3e732dab42399670ab43
  Author: Peiming Liu <peiming at google.com>
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td

  Log Message:
  -----------
  [mlir][bufferization] fix typo in example code for bufferization.alloc_tensor

See BufferizationOps.cpp:408, the dynamic sizes are enclosed by "()" not "[]"

https://github.com/llvm/llvm-project/blob/main/mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp#L408

Reviewed By: aartbik

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




More information about the All-commits mailing list