[all-commits] [llvm/llvm-project] eda721: [OpenMP][IRBuilder] De-duplicate code that emit ta...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Thu Mar 20 22:26:34 PDT 2025


  Branch: refs/heads/users/ergawy/reuse_emitTaskDependencies
  Home:   https://github.com/llvm/llvm-project
  Commit: eda7213833d987f3c0350cf58486efce436aaf85
      https://github.com/llvm/llvm-project/commit/eda7213833d987f3c0350cf58486efce436aaf85
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-03-21 (Fri, 21 Mar 2025)

  Changed paths:
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
    M mlir/test/Target/LLVMIR/omptarget-depend.mlir

  Log Message:
  -----------
  [OpenMP][IRBuilder] De-duplicate code that emit task dependencies

A small clean-up following up on #131795. Seems like we had 2 quite
similar implementations for the same thing: emit task dependencies
struct and filling it. This PR unifies the 2 versions into one. This is
better since we had to fix a bug in one of them in #131795 so this
applies the fix for both.



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