[mlir][NFC] Split OpBase.td into multiple smaller units
This patch splits OpBase.td into smaller files, focusing on individual, implementations of functionalities. This patch is marked NFC, as it just splits the implementation into multiple files and includes them back into OpBase.td, so it doesn't break anything. Most of the patch is mechanical, with chunks of implementation being shifted into indvidual files. The main things to look out are: - Classes and Definations added to Utils.td - Headers of files - Any thing that should have been split but isn't Reviewed By: rriddle, Mogball Differential Revision: https://reviews.llvm.org/D156067
Loading
Please sign in to comment