[mlir][linalg] Break up linalg vectorization pre-condition
Break up the vectorization pre-condition into the part checking for static shape and the rest checking if the linalg op is supported by vectorization. This allows checking if an op could be vectorized if it had static shapes. Differential Revision: https://reviews.llvm.org/D115754
Loading
Please sign in to comment