Home
last modified time | relevance | path

Searched refs:TestExpandMathPass (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Math/
H A DTestExpandMath.cpp22 struct TestExpandMathPass struct
23 : public PassWrapper<TestExpandMathPass, OperationPass<>> {
24 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestExpandMathPass)
35 void TestExpandMathPass::runOnOperation() { in runOnOperation()
44 void registerTestExpandMathPass() { PassRegistration<TestExpandMathPass>(); } in registerTestExpandMathPass()