[all-commits] [llvm/llvm-project] 73b759: [MLIR] Add dialect prefix to all operations from Math

Andi Drebes via All-commits all-commits at lists.llvm.org
Mon May 31 10:29:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 73b759a33a9c2fccf72c31f7adb5038cc0eb621f
      https://github.com/llvm/llvm-project/commit/73b759a33a9c2fccf72c31f7adb5038cc0eb621f
  Author: Andi Drebes <andi at drebesium.org>
  Date:   2021-05-31 (Mon, 31 May 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Math/IR/MathOps.td

  Log Message:
  -----------
  [MLIR] Add dialect prefix to all operations from Math

Prefix all operations from the ODS of the `Math` dialect with `Math_`
in order to avoid name clashes when including `MathOps.td` in other
TableGen files (e.g., for `FloatUnaryOp`, which also exists in
`Standard`).

Reviewed By: jpienaar, mehdi_amini

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




More information about the All-commits mailing list