[all-commits] [llvm/llvm-project] f5efa1: [Flang][MLIR][OpenMP] Add support for simdlen clause
Prabhdeep Soni via All-commits
all-commits at lists.llvm.org
Thu Jul 28 08:49:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5efa1892e35d15695b8ae9474af3ce8e1d5b8e2
https://github.com/llvm/llvm-project/commit/f5efa1892e35d15695b8ae9474af3ce8e1d5b8e2
Author: Prabhdeep Singh Soni <prabhdeep.singh.soni2 at huawei.com>
Date: 2022-07-28 (Thu, 28 Jul 2022)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
M flang/test/Lower/OpenMP/simd.f90
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
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:
-----------
[Flang][MLIR][OpenMP] Add support for simdlen clause
This supports lowering from parse-tree to MLIR and translation from
MLIR to LLVM IR using OMPIRBuilder for OpenMP simdlen clause in SIMD
construct.
Reviewed By: shraiysh, peixin, arnamoy10
Differential Revision: https://reviews.llvm.org/D130195
More information about the All-commits
mailing list