[llvm-branch-commits] [flang] [llvm] [mlir] [MLIR][OpenMP] Add OpenMPToLLVMIRTranslation support for is_device_ptr (PR #169367)
Akash Banerjee via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Nov 27 12:27:49 PST 2025
================
@@ -1146,7 +1146,8 @@ bool ClauseProcessor::processIsDevicePtr(
const parser::CharBlock &source) {
mlir::Location location = converter.genLocation(source);
mlir::omp::ClauseMapFlags mapTypeBits =
- mlir::omp::ClauseMapFlags::storage;
+ mlir::omp::ClauseMapFlags::return_param |
----------------
TIFitis wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/169367
More information about the llvm-branch-commits
mailing list