[all-commits] [llvm/llvm-project] 12ab4f: [mlir][openacc] Switch to assembly format for acc....
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Sun Sep 27 18:21:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 12ab4f8acadabdea1cc199e400c17543d213f5dd
https://github.com/llvm/llvm-project/commit/12ab4f8acadabdea1cc199e400c17543d213f5dd
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-09-27 (Sun, 27 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] Switch to assembly format for acc.data
This patch remove the printer/parser for the acc.data operation since its syntax
fits nicely with the assembly format. It reduces the maintenance for this op.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D88330
More information about the All-commits
mailing list