[all-commits] [llvm/llvm-project] 9dd554: [MLIR][OpenMP] NFC: Split OpenMP dialect definitions

Sergio Afonso via All-commits all-commits at lists.llvm.org
Fri May 10 06:28:24 PDT 2024


  Branch: refs/heads/users/skatrak/mlir-clauses-01-refactor
  Home:   https://github.com/llvm/llvm-project
  Commit: 9dd5543549d18ff3d09cf98eaac5c0e49f8ac12f
      https://github.com/llvm/llvm-project/commit/9dd5543549d18ff3d09cf98eaac5c0e49f8ac12f
  Author: Sergio Afonso <safonsof at amd.com>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
    A mlir/include/mlir/Dialect/OpenMP/OpenMPAttrDefs.td
    A mlir/include/mlir/Dialect/OpenMP/OpenMPDialect.td
    A mlir/include/mlir/Dialect/OpenMP/OpenMPEnums.td
    A mlir/include/mlir/Dialect/OpenMP/OpenMPOpBase.td
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td

  Log Message:
  -----------
  [MLIR][OpenMP] NFC: Split OpenMP dialect definitions

This patch splits definitions for the OpenMP dialect into multiple files to
simplify the addition of new features, reduce merge conflicts, make it easier
to understand, etc. The split is based on the structure of the more mature
LLVMIR dialect.

Even though this change should be useful on its own, it is intended as a
precursor to a follow-up PR in which operation arguments and attributes are
split into clause-specific classes which are then shared by all operations to
which they apply to. Without this prior change, that approach would make the
OpenMPOps.td file harder to navigate.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list