[mlir][spirv] Split op implementation file into subfiles. NFC.
The main op implementation file for SPIR-V grew past 5k LOC. This makes it take a long time to compile and index with LSPs like clangd. Pull out the first few SPIR-V extension ops into their own `.cpp` files, just like we do with `.td` op definitions. This includes the KHR/NV/Intel coop matrix and the integer dot prod extensions. I plan to further split this in future revisions. Reviewed By: antiagainst Differential Revision: https://reviews.llvm.org/D155747
Loading
Please sign in to comment