[all-commits] [llvm/llvm-project] 3dd4d6: Add support for safelen clause
Prabhdeep Soni via All-commits
all-commits at lists.llvm.org
Wed Aug 24 09:07:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3dd4d6a0cec85d96af0340a48aaacf638215fe76
https://github.com/llvm/llvm-project/commit/3dd4d6a0cec85d96af0340a48aaacf638215fe76
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:
-----------
Add support for safelen clause
This supports translation from MLIR to LLVM IR using OMPIRBuilder for
OpenMP safelen clause in SIMD construct.
More information about the All-commits
mailing list