[all-commits] [llvm/llvm-project] 48c28d: [mlir] Unranked memref type has no rank

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Mon Jun 8 18:08:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 48c28d58c6f2f80c4ebe84d89bb61f740a958463
      https://github.com/llvm/llvm-project/commit/48c28d58c6f2f80c4ebe84d89bb61f740a958463
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M mlir/lib/IR/StandardTypes.cpp

  Log Message:
  -----------
  [mlir] Unranked memref type has no rank

Summary:
UnrankedMemRefType doesn't have a rank but previously this was just
checking for unranked tensor. Avoids failure later if one queries the shape
post checking if ranked.

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




More information about the All-commits mailing list