[all-commits] [llvm/llvm-project] 2e6994: [mlir][openacc][NFC] Fix current gang clause parser
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Jun 13 11:17:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e69944a612e376f8035f0f9e1eb8cca5dbe3fcb
https://github.com/llvm/llvm-project/commit/2e69944a612e376f8035f0f9e1eb8cca5dbe3fcb
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-06-13 (Tue, 13 Jun 2023)
Changed paths:
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/test/Dialect/OpenACC/invalid.mlir
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
[mlir][openacc][NFC] Fix current gang clause parser
The custom parser for the gang values was not implemented correctly.
This patch fixes the noted issue and allows the num/static values
to appear in any order.
Reviewed By: razvanlupusoru, jeanPerier
Differential Revision: https://reviews.llvm.org/D151970
More information about the All-commits
mailing list