[all-commits] [llvm/llvm-project] 290b32: [llvm][mlir][OpenMP] Support translation for linea...

NimishMishra via All-commits all-commits at lists.llvm.org
Thu Dec 4 20:39:40 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 290b32a699aefbd1f18fe78351655dd42ce98f1e
      https://github.com/llvm/llvm-project/commit/290b32a699aefbd1f18fe78351655dd42ce98f1e
  Author: NimishMishra <42909663+NimishMishra at users.noreply.github.com>
  Date:   2025-12-04 (Thu, 04 Dec 2025)

  Changed paths:
    M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    R flang/test/Lower/OpenMP/Todo/omp-do-simd-linear.f90
    A flang/test/Lower/OpenMP/simd-linear.f90
    A flang/test/Lower/OpenMP/wsloop-linear.f90
    M mlir/include/mlir/Dialect/OpenMP/OpenMPClauses.td
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
    M mlir/test/Target/LLVMIR/openmp-llvm.mlir
    M mlir/test/Target/LLVMIR/openmp-todo.mlir

  Log Message:
  -----------
  [llvm][mlir][OpenMP] Support translation for linear clause in omp.wsloop and omp.simd (#139386)

This patch adds support for LLVM translation of linear clause on
omp.wsloop (except for linear modifiers).



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