[all-commits] [llvm/llvm-project] cb022a: [OMPIRBuilder][MLIR] Add support for target 'if' c...

Sergio Afonso via All-commits all-commits at lists.llvm.org
Tue Jan 14 08:13:00 PST 2025


  Branch: refs/heads/users/skatrak/target-codegen-02-if
  Home:   https://github.com/llvm/llvm-project
  Commit: cb022ad010a1ef3e1faa418cec8b5c18c9ff067f
      https://github.com/llvm/llvm-project/commit/cb022ad010a1ef3e1faa418cec8b5c18c9ff067f
  Author: Sergio Afonso <safonsof at amd.com>
  Date:   2025-01-14 (Tue, 14 Jan 2025)

  Changed paths:
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
    M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
    A mlir/test/Target/LLVMIR/omptarget-if.mlir
    M mlir/test/Target/LLVMIR/openmp-todo.mlir

  Log Message:
  -----------
  [OMPIRBuilder][MLIR] Add support for target 'if' clause

This patch implements support for handling the 'if' clause of OpenMP 'target'
constructs in the OMPIRBuilder and updates MLIR to LLVM IR translation of the
`omp.target` MLIR operation to make use of this new feature.



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