[all-commits] [llvm/llvm-project] e35ca7: [mlir][ods] Rename Confined and AllAttrConstraintsOf

Jeff Niu via All-commits all-commits at lists.llvm.org
Fri Aug 12 19:36:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e35ca70eb3c57769b533067be7df707a920a9000
      https://github.com/llvm/llvm-project/commit/e35ca70eb3c57769b533067be7df707a920a9000
  Author: Jeff Niu <jeff at modular.com>
  Date:   2022-08-12 (Fri, 12 Aug 2022)

  Changed paths:
    M mlir/docs/OpDefinitions.md
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
    M mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
    M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/include/mlir/Dialect/PDL/IR/PDLOps.td
    M mlir/include/mlir/Dialect/PDLInterp/IR/PDLInterpOps.td
    M mlir/include/mlir/Dialect/SCF/TransformOps/SCFTransformOps.td
    M mlir/include/mlir/Dialect/Tosa/IR/TosaTypesBase.td
    M mlir/include/mlir/IR/OpBase.td
    M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
    M mlir/test/lib/Dialect/Test/TestOps.td
    M mlir/test/mlir-pdll/Parser/include/ops.td
    M mlir/test/mlir-tblgen/predicate.td

  Log Message:
  -----------
  [mlir][ods] Rename Confined and AllAttrConstraintsOf

Confined -> ConfinedAttr
AllAttrConstraintsOf -> AllOfAttr

To be in line with ConfinedType and AllOfType.

Reviewed By: rriddle

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




More information about the All-commits mailing list