[all-commits] [llvm/llvm-project] 6d3cab: [mlir][openacc] Change operand type from index to ...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Sep 17 08:34:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6d3cabd90eedee07a6e6cbf2dfa952e23cef192c
https://github.com/llvm/llvm-project/commit/6d3cabd90eedee07a6e6cbf2dfa952e23cef192c
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
[mlir][openacc] Change operand type from index to AnyInteger in parallel op
This patch change the type of operands async, wait, numGangs, numWorkers and vectorLength from index
to AnyInteger to fit with acc.loop and the OpenACC specification.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D87712
More information about the All-commits
mailing list