[PATCH] D93710: [mlir][openacc] Use TableGen information for default enum

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 22 07:55:11 PST 2020


clementval created this revision.
clementval added a reviewer: kiranchandramohan.
Herald added subscribers: teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, mgorny.
clementval requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1, stephenneuendorffer, nicolasvasilache.
Herald added projects: MLIR, LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93710

Files:
  llvm/include/llvm/Frontend/OpenACC/ACC.td
  mlir/include/mlir/Dialect/OpenACC/CMakeLists.txt
  mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
  mlir/test/mlir-tblgen/directive-common.td
  mlir/test/mlir-tblgen/openmp-common.td
  mlir/tools/mlir-tblgen/CMakeLists.txt
  mlir/tools/mlir-tblgen/DirectiveCommonGen.cpp
  mlir/tools/mlir-tblgen/OpenMPCommonGen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93710.313350.patch
Type: text/x-patch
Size: 7824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201222/538cbdcb/attachment.bin>


More information about the llvm-commits mailing list