[all-commits] [llvm/llvm-project] 50639d: [OpenMP][MLIR] Add lowering of omp::FlagsAttr to L...
agozillon via All-commits
all-commits at lists.llvm.org
Wed Apr 19 06:31:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50639d3d0dfcc62405a04763a7603021408cfa84
https://github.com/llvm/llvm-project/commit/50639d3d0dfcc62405a04763a7603021408cfa84
Author: Andrew Gozillon <Andrew.Gozillon at amd.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/openmp-llvm.mlir
Log Message:
-----------
[OpenMP][MLIR] Add lowering of omp::FlagsAttr to LLVM-IR
The omp::FlagsAttr contains OpenMP RTL flags
given by a user to the compiler and a frontend
(flang currently) then populates the omp::FlagsAttr
which will then lower these to LLVM globals
which are utilised by the OpenMP runtime.
Reviewers: jdoerfert
Differential Revision: https://reviews.llvm.org/D147344
More information about the All-commits
mailing list