14 #ifndef MLIR_ANALYSIS_PASSES_H 15 #define MLIR_ANALYSIS_PASSES_H 36 #endif // MLIR_ANALYSIS_PASSES_H Definition: InferTypeOpInterface.cpp:20
std::unique_ptr< OpPassBase< FuncOp > > createTestMemRefDependenceCheckPass()
Creates a pass to check memref access dependences in a Function.
Definition: TestMemRefDependenceCheck.cpp:40
std::unique_ptr< OpPassBase< FuncOp > > createMemRefBoundCheckPass()
Creates a pass to check memref accesses in a Function.
Definition: MemRefBoundCheck.cpp:38
std::unique_ptr< OpPassBase< FuncOp > > createParallelismDetectionTestPass()
Creates a pass to test parallelism detection; emits note for parallel loops.
Definition: TestParallelismDetection.cpp:30