[all-commits] [llvm/llvm-project] 1795f8: [NFC][OpenMP] Fix worksharing-loop
PeixinQiao via All-commits
all-commits at lists.llvm.org
Tue Jun 28 21:23:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1795f8cd2e7525c1c2617e09aba3e38e0998ccc8
https://github.com/llvm/llvm-project/commit/1795f8cd2e7525c1c2617e09aba3e38e0998ccc8
Author: Peixin-Qiao <qiaopeixin at huawei.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
M flang/test/Lower/OpenMP/omp-wsloop-collapse.f90
M flang/test/Lower/OpenMP/omp-wsloop-variable.f90
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Dialect/OpenMP/ops.mlir
M mlir/test/Target/LLVMIR/openmp-llvm.mlir
Log Message:
-----------
[NFC][OpenMP] Fix worksharing-loop
1. Remove the redundant collapse clause in MLIR OpenMP worksharing-loop
operation.
2. Fix several typos.
3. Refactor the chunk size type conversion since CreateSExtOrTrunc has
both type check and type conversion.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D128338
More information about the All-commits
mailing list