[all-commits] [llvm/llvm-project] 9cae92: [mlir][NFC] Add static ShapedType::isDynamicShape ...

Diego Caballero via All-commits all-commits at lists.llvm.org
Fri Nov 18 10:23:09 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9cae928f83b4c03b7e1a24e9971786b20e9c4528
      https://github.com/llvm/llvm-project/commit/9cae928f83b4c03b7e1a24e9971786b20e9c4528
  Author: Diego Caballero <diegocaballero at google.com>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M mlir/include/mlir/IR/BuiltinTypeInterfaces.td

  Log Message:
  -----------
  [mlir][NFC] Add static ShapedType::isDynamicShape utility

This utility is useful when we need to know if shape is dynamic and
we don't have a Type itself.

Reviewed By: ftynse

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




More information about the All-commits mailing list