MLIR
20.0.0git
|
#include <memory>
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
Macros | |
#define | GEN_PASS_DECL_CONVERTARMSMETOSCF |
Functions | |
void | mlir::populateArmSMEToSCFConversionPatterns (RewritePatternSet &patterns) |
Collect a set of patterns to convert from the ArmSME dialect to SCF. More... | |
std::unique_ptr< Pass > | mlir::createConvertArmSMEToSCFPass () |
Create a pass to convert a subset of ArmSME ops to SCF. More... | |
#define GEN_PASS_DECL_CONVERTARMSMETOSCF |
Definition at line 18 of file ArmSMEToSCF.h.