Skip to content

Commit 389eacc

Browse files
angelz913kuhar
andcommitted
Remove comment
Co-authored-by: Jakub Kuderski <[email protected]>
1 parent b6c3310 commit 389eacc

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
@@ -677,7 +677,6 @@ struct VectorDeinterleaveOpConvert final
677677
loc, newResultType, adaptor.getSource(), adaptor.getSource(),
678678
rewriter.getI32ArrayAttr(indicesOdd));
679679

680-
// Replace deinterleaveOp with SPIR-V shuffles.
681680
rewriter.replaceOp(deinterleaveOp, {shuffleEven, shuffleOdd});
682681
return success();
683682
}

0 commit comments

Comments
 (0)