[all-commits] [llvm/llvm-project] dc26a3: [MLIR][OpenMP] Add conversion support from FIR to ...
Akash Banerjee via All-commits
all-commits at lists.llvm.org
Tue Apr 11 08:37:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc26a3d9cdddd2909e35e0adbe76810ec23d788e
https://github.com/llvm/llvm-project/commit/dc26a3d9cdddd2909e35e0adbe76810ec23d788e
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M flang/test/Fir/convert-to-llvm-openmp-and-fir.fir
M mlir/lib/Conversion/OpenMPToLLVM/OpenMPToLLVM.cpp
M mlir/test/Conversion/OpenMPToLLVM/convert-to-llvmir.mlir
Log Message:
-----------
[MLIR][OpenMP] Add conversion support from FIR to LLVM Dialect for OMP Target
This enables conversion of OpenMP Target op with region from FIR Dialect to LLVM IR Dialect.
Differential Revision: https://reviews.llvm.org/D147439
More information about the All-commits
mailing list