[llvm-branch-commits] [llvm] [mlir] [OpenMP]Update use_device_clause lowering (PR #101707)
Akash Banerjee via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 21 10:50:27 PDT 2024
================
@@ -2439,7 +2504,7 @@ static llvm::omp::OpenMPOffloadMappingFlags mapParentWithMembers(
// data by the descriptor (which itself, is a structure containing
// runtime information on the dynamically allocated data).
auto parentClause =
- llvm::cast<mlir::omp::MapInfoOp>(mapData.MapClause[mapDataIndex]);
+ llvm::cast<omp::MapInfoOp>(mapData.MapClause[mapDataIndex]);
----------------
TIFitis wrote:
Agreed, I'll create an NFC PR to address this.
https://github.com/llvm/llvm-project/pull/101707
More information about the llvm-branch-commits
mailing list