[all-commits] [llvm/llvm-project] eb6c63: [mlir] Fix RankedTensorType::walkImmediateSubEleme...

Vladislav Vinogradov via All-commits all-commits at lists.llvm.org
Mon Jul 26 01:49:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb6c63cb0b6e6ead346f68e438f90ee0451906a3
      https://github.com/llvm/llvm-project/commit/eb6c63cb0b6e6ead346f68e438f90ee0451906a3
  Author: Vladislav Vinogradov <vlad.vinogradov at intel.com>
  Date:   2021-07-26 (Mon, 26 Jul 2021)

  Changed paths:
    M mlir/lib/IR/BuiltinTypes.cpp
    M mlir/test/IR/print-attr-type-aliases.mlir
    M mlir/test/lib/Dialect/Test/TestDialect.cpp

  Log Message:
  -----------
  [mlir] Fix RankedTensorType::walkImmediateSubElements method

Add 'enconding' attribute visitor.
Without it ASM printer doesn't use attribute aliases for 'enconding'.

Reviewed By: rriddle

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




More information about the All-commits mailing list