[all-commits] [llvm/llvm-project] 0bd9a1: [mlir][openacc] Use TableGen information for defau...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Jan 12 06:47:33 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0bd9a1369112f7d0a8a3b94a050fd5ed37037e9b
https://github.com/llvm/llvm-project/commit/0bd9a1369112f7d0a8a3b94a050fd5ed37037e9b
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-01-12 (Tue, 12 Jan 2021)
Changed paths:
M llvm/include/llvm/Frontend/OpenACC/ACC.td
M mlir/include/mlir/Dialect/OpenACC/CMakeLists.txt
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
A mlir/test/mlir-tblgen/directive-common.td
R mlir/test/mlir-tblgen/openmp-common.td
M mlir/tools/mlir-tblgen/CMakeLists.txt
A mlir/tools/mlir-tblgen/DirectiveCommonGen.cpp
R mlir/tools/mlir-tblgen/OpenMPCommonGen.cpp
Log Message:
-----------
[mlir][openacc] Use TableGen information for default enum
Use TableGen and information in ACC.td for the Default enum in the OpenACC dialect.
This patch generalize what was done for OpenMP for directives.
Follow up patch after D93576
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D93710
More information about the All-commits
mailing list