[PATCH] D73407: [mlir] Update various operations to declaratively specify their assembly format.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 25 01:06:28 PST 2020


rriddle created this revision.
rriddle added reviewers: jpienaar, antiagainst.
Herald added subscribers: llvm-commits, liufengdb, lucyrfox, mgester, arpith-jacob, shauheen, burmako, mehdi_amini, jholewinski.
Herald added a reviewer: nicolasvasilache.
Herald added a reviewer: nicolasvasilache.
Herald added a project: LLVM.

This revision switches over many operations to use the declarative methods for defining the assembly specification. This updates operations in the NVVM, ROCDL, Standard, and VectorOps dialects.

Depends On D73406 <https://reviews.llvm.org/D73406>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73407

Files:
  mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
  mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
  mlir/include/mlir/Dialect/StandardOps/Ops.td
  mlir/include/mlir/Dialect/VectorOps/VectorOps.td
  mlir/include/mlir/IR/OpBase.td
  mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
  mlir/lib/Dialect/LLVMIR/IR/ROCDLDialect.cpp
  mlir/lib/Dialect/StandardOps/Ops.cpp
  mlir/lib/Dialect/VectorOps/VectorOps.cpp
  mlir/test/Dialect/LLVMIR/invalid.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73407.240362.patch
Type: text/x-patch
Size: 25089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200125/45878251/attachment.bin>


More information about the llvm-commits mailing list