[all-commits] [llvm/llvm-project] e4ebe1: [mlir][OpenMP] Add nontemporal clause definition t...

Dominik Adamski via All-commits all-commits at lists.llvm.org
Thu Jan 19 03:51:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4ebe14fd16f9aa3ec38ccad3297636e23c7f40d
      https://github.com/llvm/llvm-project/commit/e4ebe14fd16f9aa3ec38ccad3297636e23c7f40d
  Author: Dominik Adamski <dominik.adamski at amd.com>
  Date:   2023-01-19 (Thu, 19 Jan 2023)

  Changed paths:
    M flang/lib/Lower/OpenMP.cpp
    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 nontemporal clause definition to simd construct

simd nontemporal construct is represented as a list of variables
which have low locality accross simd iterations

Added verifier of nontemporal clause. MLIR tests were updated to test
correctness of MLIR definition of nontemporal clause.

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

Reviewed By: kiranchandramohan




More information about the All-commits mailing list