[all-commits] [llvm/llvm-project] 2116ea: [mlir] Remove traits that require vector type supp...

Adrian Kuegel via All-commits all-commits at lists.llvm.org
Sun Jun 13 23:30:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2116eadf0994942fa99778d9b9d4315bc106f35f
      https://github.com/llvm/llvm-project/commit/2116eadf0994942fa99778d9b9d4315bc106f35f
  Author: Adrian Kuegel <akuegel at google.com>
  Date:   2021-06-14 (Mon, 14 Jun 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td

  Log Message:
  -----------
  [mlir] Remove traits that require vector type support from ops in Complex dialect.

Actually, no vector types are supported so far. We should add the traits once
the vector types are supported (e.g. ElementwiseMappable.traits).
Instead add Elementwise trait to each op.

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




More information about the All-commits mailing list