[all-commits] [llvm/llvm-project] bd8b50: [mlir][openacc] Use OptionalParseResult in loop op...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Sep 23 07:26:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bd8b50cd7f5dd5237ec9187ef2fcea3adc15b61a
https://github.com/llvm/llvm-project/commit/bd8b50cd7f5dd5237ec9187ef2fcea3adc15b61a
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
Log Message:
-----------
[mlir][openacc] Use OptionalParseResult in loop op parser instead of bool variables
This patch switch from using bool variables to OptionalParseResult for the parsing
inside loop operation. This is already done for parallel operation and this patch unify this
in the dialect.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D88111
More information about the All-commits
mailing list