[all-commits] [llvm/llvm-project] 92fc60: [mlir][spirv] Regenerate SPIRVBase.td from recent ...

Ivan Butygin via All-commits all-commits at lists.llvm.org
Thu Nov 11 14:09:30 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 92fc60bc629b02eea31853223459ca5d78bc5dd4
      https://github.com/llvm/llvm-project/commit/92fc60bc629b02eea31853223459ca5d78bc5dd4
  Author: Butygin <ivan.butygin at intel.com>
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVImageOps.td
    M mlir/lib/Dialect/SPIRV/Transforms/SPIRVConversion.cpp

  Log Message:
  -----------
  [mlir][spirv] Regenerate SPIRVBase.td from recent spec

* Some long names were added and script decided to change whitespaces in a lot of places
* `ImageOperand` was renamed to `ImageOperands` in spec
* Some *NV enums were renamed to *KHR (spec actually maintains both variants with same value, but script pulled only *KHR versions)

Reviewed By: antiagainst

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




More information about the All-commits mailing list