[mlir] NFC: split Math to SPIR-V conversion into their own files
authorLei Zhang <antiagainst@google.com>
Thu, 29 Jul 2021 20:21:43 +0000 (16:21 -0400)
committerLei Zhang <antiagainst@google.com>
Thu, 29 Jul 2021 20:34:10 +0000 (16:34 -0400)
commit995c3984efe3e55c97202335f21d4a14376be995
tree7a501ac7cb471066501eb6cd15670893ff78d66b
parent256a83b0838d41a1ac6c3d89060d5bf84255dab9
[mlir] NFC: split Math to SPIR-V conversion into their own files

Reviewed By: hanchung

Differential Revision: https://reviews.llvm.org/D107093
12 files changed:
mlir/include/mlir/Conversion/MathToSPIRV/MathToSPIRV.h [new file with mode: 0644]
mlir/include/mlir/Conversion/MathToSPIRV/MathToSPIRVPass.h [new file with mode: 0644]
mlir/include/mlir/Conversion/Passes.h
mlir/include/mlir/Conversion/Passes.td
mlir/lib/Conversion/CMakeLists.txt
mlir/lib/Conversion/MathToSPIRV/CMakeLists.txt [new file with mode: 0644]
mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp [new file with mode: 0644]
mlir/lib/Conversion/MathToSPIRV/MathToSPIRVPass.cpp [new file with mode: 0644]
mlir/lib/Conversion/StandardToSPIRV/StandardToSPIRV.cpp
mlir/test/Conversion/MathToSPIRV/math-to-spirv.mlir [new file with mode: 0644]
mlir/test/Conversion/StandardToSPIRV/std-ops-to-spirv.mlir
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel