9 #ifndef MLIR_CONVERSION_ARMSMETOSCF_ARMSMETOSCF_H_
10 #define MLIR_CONVERSION_ARMSMETOSCF_ARMSMETOSCF_H_
16 class RewritePatternSet;
18 #define GEN_PASS_DECL_CONVERTARMSMETOSCF
19 #include "mlir/Conversion/Passes.h.inc"
Include the generated interface declarations.
std::unique_ptr< Pass > createConvertArmSMEToSCFPass()
Create a pass to convert a subset of ArmSME ops to SCF.
void populateArmSMEToSCFConversionPatterns(RewritePatternSet &patterns)
Collect a set of patterns to convert from the ArmSME dialect to SCF.