[all-commits] [llvm/llvm-project] 78f8ab: [MLIR][OpenMP] NFC: Sort clauses alphabetically (1/2)

Sergio Afonso via All-commits all-commits at lists.llvm.org
Tue Jul 30 07:10:51 PDT 2024


  Branch: refs/heads/users/skatrak/sort-omp-clauses-01
  Home:   https://github.com/llvm/llvm-project
  Commit: 78f8ab35c7cf467f28f4b2826ea52c0848023af2
      https://github.com/llvm/llvm-project/commit/78f8ab35c7cf467f28f4b2826ea52c0848023af2
  Author: Sergio Afonso <safonsof at amd.com>
  Date:   2024-07-30 (Tue, 30 Jul 2024)

  Changed paths:
    M flang/test/Lower/OpenMP/task.f90
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
    M mlir/test/Dialect/OpenMP/invalid.mlir
    M mlir/test/Dialect/OpenMP/ops.mlir

  Log Message:
  -----------
  [MLIR][OpenMP] NFC: Sort clauses alphabetically (1/2)

This patch sorts the clause lists for the following OpenMP operations:
- omp.parallel
- omp.teams
- omp.sections
- omp.wsloop
- omp.distribute
- omp.task

This change results in the reordering of operation arguments, so impacted unit
tests are updated accordingly.



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