Skip to content

Commit 0335c7a

Browse files
angelz913kuhar
andcommitted
Change comment
Co-authored-by: Jakub Kuderski <[email protected]>
1 parent ff169d5 commit 0335c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ struct VectorDeinterleaveOpConvert final
659659
auto indicesEven =
660660
llvm::map_to_vector(seqEven, [](int i) { return i * 2; });
661661

662-
// Indices for `res2`.
662+
// Indices for `shuffleOdd` (result 1).
663663
auto seqOdd = llvm::seq<int64_t>(n / 2);
664664
auto indicesOdd =
665665
llvm::map_to_vector(seqOdd, [](int i) { return i * 2 + 1; });

0 commit comments

Comments
 (0)