[all-commits] [llvm/llvm-project] 19e8b6: [OpenMP][MLIR] Refactor code related to collecting...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Mon Mar 17 04:06:33 PDT 2025
Branch: refs/heads/users/ergawy/omp_distribute_private_3_refactor_private_utils
Home: https://github.com/llvm/llvm-project
Commit: 19e8b682071fcdd3fb0b26383c5e0dc20a357da8
https://github.com/llvm/llvm-project/commit/19e8b682071fcdd3fb0b26383c5e0dc20a357da8
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-03-17 (Mon, 17 Mar 2025)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
Log Message:
-----------
[OpenMP][MLIR] Refactor code related to collecting privatizer info into a shared util
Moves code needed to collect info about delayed privatizers into a
shared util instread of repeating the same patter across all relevant
constructs.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list