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

Sergio Afonso via All-commits all-commits at lists.llvm.org
Wed Jul 31 02:41:18 PDT 2024


  Branch: refs/heads/users/skatrak/sort-omp-clauses-02
  Home:   https://github.com/llvm/llvm-project
  Commit: a06f51a5efcbe9ba1f4f6bf7829dfba46bd81460
      https://github.com/llvm/llvm-project/commit/a06f51a5efcbe9ba1f4f6bf7829dfba46bd81460
  Author: Sergio Afonso <safonsof at amd.com>
  Date:   2024-07-31 (Wed, 31 Jul 2024)

  Changed paths:
    M flang/test/Fir/convert-to-llvm-openmp-and-fir.fir
    M flang/test/Lower/OpenMP/target.f90
    M flang/test/Lower/OpenMP/use-device-ptr-to-use-device-addr.f90
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
    M mlir/test/Conversion/OpenMPToLLVM/convert-to-llvmir.mlir
    M mlir/test/Dialect/OpenMP/invalid.mlir
    M mlir/test/Dialect/OpenMP/ops.mlir

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

This patch sorts the clause lists for the following OpenMP operations:
- omp.taskloop
- omp.taskgroup
- omp.target_data
- omp.target_enter_data
- omp.target_exit_data
- omp.target_update
- omp.target

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