[all-commits] [llvm/llvm-project] 820146: [OpenMP] Pass chunk-size to MLIR while lowering fr...
Mats Petersson via All-commits
all-commits at lists.llvm.org
Mon May 30 04:15:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 820146abe9083dc3c522de03998cf296f97ffe52
https://github.com/llvm/llvm-project/commit/820146abe9083dc3c522de03998cf296f97ffe52
Author: Mats Petersson <mats.petersson at arm.com>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
A flang/test/Lower/OpenMP/omp-wsloop-chunks.f90
Log Message:
-----------
[OpenMP] Pass chunk-size to MLIR while lowering from parse-tree
Test that chunk size is passed to the static init function.
Using three different variations:
1. Single constant.
2. Expression with constants.
3. Variable value.
Reviewed By: peixin, shraiysh
Differential Revision: https://reviews.llvm.org/D126383
More information about the All-commits
mailing list