[all-commits] [llvm/llvm-project] de7224: [openmp][mlir] Parallel reduction LLVM IR generation

Ethan Luis McDonough via All-commits all-commits at lists.llvm.org
Tue Aug 15 22:59:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: de7224399acdf2c7e9d452a1e29e63b8ff92887c
      https://github.com/llvm/llvm-project/commit/de7224399acdf2c7e9d452a1e29e63b8ff92887c
  Author: Ethan Luis McDonough <ethanluismcdonough at gmail.com>
  Date:   2023-08-16 (Wed, 16 Aug 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
    M mlir/test/Target/LLVMIR/openmp-reduction.mlir

  Log Message:
  -----------
  [openmp][mlir] Parallel reduction LLVM IR generation

This patch extends the existing WsLoop reduction IR generation to parallel blocks.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D155157




More information about the All-commits mailing list