[all-commits] [llvm/llvm-project] 4fce38: Revert "[MLIR][OpenMP] Add support for safelen cla...

Prabhdeep Soni via All-commits all-commits at lists.llvm.org
Wed Aug 24 09:31:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4fce38cde2fa2a1db1ff2e6fcc56a41ca5f2472e
      https://github.com/llvm/llvm-project/commit/4fce38cde2fa2a1db1ff2e6fcc56a41ca5f2472e
  Author: Prabhdeep Singh Soni <prabhdeep.singh.soni2 at huawei.com>
  Date:   2022-08-24 (Wed, 24 Aug 2022)

  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/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.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:
  -----------
  Revert "[MLIR][OpenMP] Add support for safelen clause"

This reverts commit 172fe1706d83832a330170f43fe52aab1b75e7de.


  Commit: b8055c5115923d0abbcaa2323adc25463610f2b3
      https://github.com/llvm/llvm-project/commit/b8055c5115923d0abbcaa2323adc25463610f2b3
  Author: Prabhdeep Singh Soni <prabhdeep.singh.soni2 at huawei.com>
  Date:   2022-08-24 (Wed, 24 Aug 2022)

  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/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.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 support for safelen clause

This supports translation from MLIR to LLVM IR using OMPIRBuilder for
OpenMP safelen clause in SIMD construct.

Reviewed By: ftynse

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


Compare: https://github.com/llvm/llvm-project/compare/f9de13232f9b...b8055c511592


More information about the All-commits mailing list