File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
mlir/lib/Dialect/ArmSVE/Transforms Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -409,13 +409,13 @@ struct LegalizeTransferRead : public OpRewritePattern<vector::TransferReadOp> {
409
409
410
410
void mlir::arm_sve::populateLegalizeVectorStoragePatterns (
411
411
RewritePatternSet &patterns) {
412
- patterns. add <RelaxScalableVectorAllocaAlignment,
413
- LegalizeSVEMaskAllocation<memref::AllocaOp> ,
414
- LegalizeSVEMaskAllocation<memref::AllocOp >,
415
- LegalizeSVEMaskTypeCastConversion ,
416
- LegalizeSVEMaskStoreConversion, LegalizeSVEMaskLoadConversion ,
417
- LegalizeTransferRead>(
418
- patterns.getContext ());
412
+ patterns
413
+ . add <RelaxScalableVectorAllocaAlignment ,
414
+ LegalizeSVEMaskAllocation<memref::AllocaOp >,
415
+ LegalizeSVEMaskAllocation<memref::AllocOp> ,
416
+ LegalizeSVEMaskTypeCastConversion, LegalizeSVEMaskStoreConversion ,
417
+ LegalizeSVEMaskLoadConversion, LegalizeTransferRead>(
418
+ patterns.getContext ());
419
419
}
420
420
421
421
namespace {
You can’t perform that action at this time.
0 commit comments