[all-commits] [llvm/llvm-project] cfef65: Revert "Add support for safelen clause"
Prabhdeep Soni via All-commits
all-commits at lists.llvm.org
Wed Aug 24 09:25:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cfef6561a782cd6a927e779d0e0a98a885316597
https://github.com/llvm/llvm-project/commit/cfef6561a782cd6a927e779d0e0a98a885316597
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 "Add support for safelen clause"
This reverts commit 3dd4d6a0cec85d96af0340a48aaacf638215fe76.
Commit: 172fe1706d83832a330170f43fe52aab1b75e7de
https://github.com/llvm/llvm-project/commit/172fe1706d83832a330170f43fe52aab1b75e7de
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.
Compare: https://github.com/llvm/llvm-project/compare/0cfc6510323f...172fe1706d83
More information about the All-commits
mailing list