[all-commits] [llvm/llvm-project] 3c1af0: [OpenMP][MLIR] Refactor code related to collecting...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Wed Mar 19 00:25:50 PDT 2025


  Branch: refs/heads/users/ergawy/omp_distribute_private_3_refactor_private_utils
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c1af0691861cc10485f92cb5faea7d387fc11d1
      https://github.com/llvm/llvm-project/commit/3c1af0691861cc10485f92cb5faea7d387fc11d1
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-03-19 (Wed, 19 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.


  Commit: b93f7dbc6717470e3486764a7ae71452daf113cf
      https://github.com/llvm/llvm-project/commit/b93f7dbc6717470e3486764a7ae71452daf113cf
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-03-19 (Wed, 19 Mar 2025)

  Changed paths:
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp

  Log Message:
  -----------
  Handle review comments


Compare: https://github.com/llvm/llvm-project/compare/03e97e15d8e9...b93f7dbc6717

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