[all-commits] [llvm/llvm-project] 88bb25: [mlir][OpenMP] Add checks and tests for hint claus...

Shraiysh via All-commits all-commits at lists.llvm.org
Wed Apr 20 19:01:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 88bb2521b0063f4b1569fd483cb0bf223f839d33
      https://github.com/llvm/llvm-project/commit/88bb2521b0063f4b1569fd483cb0bf223f839d33
  Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
  Date:   2022-04-21 (Thu, 21 Apr 2022)

  Changed paths:
    M flang/test/Lower/OpenMP/critical.f90
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
    M mlir/test/Dialect/OpenMP/invalid.mlir
    M mlir/test/Dialect/OpenMP/ops.mlir
    M mlir/test/Target/LLVMIR/openmp-llvm.mlir

  Log Message:
  -----------
  [mlir][OpenMP] Add checks and tests for hint clause and fix empty hint

This patch handles empty hint value for critical and atomic constructs.

This also adds checks and tests for hint clause on atomic constructs.

Reviewed By: peixin, kiranchandramohan, NimishMishra

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




More information about the All-commits mailing list