Skip to content

Commit ddf3125

Browse files
angelz913kuhar
andcommitted
Remove empty line
Co-authored-by: Jakub Kuderski <[email protected]>
1 parent 0a2d1cc commit ddf3125

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,6 @@ struct VectorDeinterleaveOpConvert final
679679

680680
// Replace deinterleaveOp with SPIR-V shuffles.
681681
rewriter.replaceOp(deinterleaveOp, {shuffleEven, shuffleOdd});
682-
683682
return success();
684683
}
685684
};

0 commit comments

Comments
 (0)