[all-commits] [llvm/llvm-project] 6551c9: [mlir][spirv] Add parsing and printing support for...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Wed Dec 16 05:27:35 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6551c9ac365ca46e83354703d1a63c671a50258a
      https://github.com/llvm/llvm-project/commit/6551c9ac365ca46e83354703d1a63c671a50258a
  Author: ergawy <kareem.ergawy at gmail.com>
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/SPIRVStructureOps.td
    M mlir/lib/Dialect/SPIRV/SPIRVOps.cpp
    M mlir/test/Dialect/SPIRV/structure-ops.mlir

  Log Message:
  -----------
  [mlir][spirv] Add parsing and printing support for SpecConstantOperation

Adds more support for `SpecConstantOperation` by defining a custom
syntax for the op and implementing its parsing and printing.

Reviewed By: mravishankar, antiagainst

Differential Revision: https://reviews.llvm.org/D92919




More information about the All-commits mailing list