Skip to content

Commit ff169d5

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

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
@@ -654,7 +654,7 @@ struct VectorDeinterleaveOpConvert final
654654
return success();
655655
}
656656

657-
// Indices for `res1`.
657+
// Indices for `shuffleEven` (result 0).
658658
auto seqEven = llvm::seq<int64_t>(n / 2);
659659
auto indicesEven =
660660
llvm::map_to_vector(seqEven, [](int i) { return i * 2; });

0 commit comments

Comments
 (0)