Skip to content

Commit e73cb43

Browse files
authored
[mlir][xegpu] Remove unused custom pass declaration (llvm#149278)
Removes unused declaration for pass creation. Only the create function auto-generated from tablegen should be used.
1 parent f73e163 commit e73cb43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mlir/include/mlir/Conversion/VectorToXeGPU/VectorToXeGPU.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ class RewritePatternSet;
2121
/// Collect a set of patterns to convert from the vector to XeGPU ops.
2222
void populateVectorToXeGPUConversionPatterns(RewritePatternSet &patterns);
2323

24-
/// Create a pass to convert ops from vector to XeGPU.
25-
std::unique_ptr<Pass> createConvertVectorToXeGPUPass();
26-
2724
} // namespace mlir
2825

2926
#endif // MLIR_CONVERSION_VECTORTOXEGPU_VECTORTOXEGPU_H

0 commit comments

Comments
 (0)