[all-commits] [llvm/llvm-project] 86fe16: [mlir][spirv] NFC: Move GLSL canonicalization pass...

Lei Zhang via All-commits all-commits at lists.llvm.org
Tue Mar 8 10:49:44 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 86fe16b67d96a20ec90c528a3248d5775d8aee10
      https://github.com/llvm/llvm-project/commit/86fe16b67d96a20ec90c528a3248d5775d8aee10
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2022-03-08 (Tue, 08 Mar 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVGLSLCanonicalization.h
    M mlir/include/mlir/Dialect/SPIRV/Transforms/Passes.h
    M mlir/include/mlir/Dialect/SPIRV/Transforms/Passes.td
    M mlir/lib/Dialect/SPIRV/Transforms/CMakeLists.txt
    A mlir/lib/Dialect/SPIRV/Transforms/CanonicalizeGLSLPass.cpp
    A mlir/test/Dialect/SPIRV/Transforms/glsl-canonicalize.mlir
    R mlir/test/Dialect/SPIRV/Transforms/glsl_canonicalize.mlir
    M mlir/test/lib/Dialect/SPIRV/CMakeLists.txt
    R mlir/test/lib/Dialect/SPIRV/TestGLSLCanonicalization.cpp
    M mlir/tools/mlir-opt/mlir-opt.cpp

  Log Message:
  -----------
  [mlir][spirv] NFC: Move GLSL canonicalization pass to Transforms/

This is a pass that can be used by downstream consumers directly
to avoid the boilerplate to wrap around the `populate*Patterns`.

Reviewed By: ThomasRaoux

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




More information about the All-commits mailing list