[all-commits] [llvm/llvm-project] 0359e1: [mlir][spirv] NFC: Move shader ABI attributes to a...

Lei Zhang via All-commits all-commits at lists.llvm.org
Wed Jan 1 19:45:10 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0359e1d6be2e4449ece5063c6b2a08a5094798b4
      https://github.com/llvm/llvm-project/commit/0359e1d6be2e4449ece5063c6b2a08a5094798b4
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2020-01-01 (Wed, 01 Jan 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/CMakeLists.txt
    M mlir/include/mlir/Dialect/SPIRV/SPIRVLowering.h
    R mlir/include/mlir/Dialect/SPIRV/SPIRVLowering.td
    A mlir/include/mlir/Dialect/SPIRV/TargetAndABI.h
    A mlir/include/mlir/Dialect/SPIRV/TargetAndABI.td
    M mlir/lib/Dialect/SPIRV/CMakeLists.txt
    M mlir/lib/Dialect/SPIRV/SPIRVLowering.cpp
    A mlir/lib/Dialect/SPIRV/TargetAndABI.cpp
    M mlir/lib/Dialect/SPIRV/Transforms/LowerABIAttributesPass.cpp

  Log Message:
  -----------
  [mlir][spirv] NFC: Move shader ABI attributes to a new file

This allows us to include the definitions of these attributes in
other files without pulling in all dependencies for lowering.

Reviewed By: mravishankar

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




More information about the All-commits mailing list