[all-commits] [llvm/llvm-project] e237f8: [OpenMP][MLIR] Refactor code related to collecting...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Mon Mar 17 02:03:53 PDT 2025
Branch: refs/heads/users/ergawy/omp_distribute_private_3_refactor_private_utils
Home: https://github.com/llvm/llvm-project
Commit: e237f8b5c88d9a3106398cf0eac2a5fba4cdb6e4
https://github.com/llvm/llvm-project/commit/e237f8b5c88d9a3106398cf0eac2a5fba4cdb6e4
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