[all-commits] [llvm/llvm-project] 56a275: [mlir] make Math dialect depend on Arith dialect

ftynse via All-commits all-commits at lists.llvm.org
Tue Apr 11 03:35:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56a275b99902ef8423a5e2fb3f827bfbfbd7df80
      https://github.com/llvm/llvm-project/commit/56a275b99902ef8423a5e2fb3f827bfbfbd7df80
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2023-04-11 (Tue, 11 Apr 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Math/IR/MathBase.td
    A mlir/test/Dialect/Math/dependent-dialect.mlir

  Log Message:
  -----------
  [mlir] make Math dialect depend on Arith dialect

Ops from the Math dialect use fastmath attributes defined in Arith.
Therefore Math dialect must declare a dependency on Arith for proper
construction and parsing.

Reviewed By: tpopp

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




More information about the All-commits mailing list