Skip to content

Commit be15284

Browse files
[MLIR][StdToSPIRV] Fixed a typo in ops conversion tests
Fixed a typo in `std-ops-to-spitv.mlir` test. Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D83791
1 parent f88ce07 commit be15284

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/test/Conversion/StandardToSPIRV/std-ops-to-spirv.mlir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ module attributes {
181181
max_compute_workgroup_size = dense<[128, 128, 64]> : vector<3xi32>}>
182182
} {
183183

184-
// CHECK-LEBEL: @int_vector4_invalid
185184
func @int_vector4_invalid(%arg0: vector<4xi64>) {
186185
// expected-error @+2 {{bitwidth emulation is not implemented yet on unsigned op}}
187186
// expected-error @+1 {{op requires the same type for all operands and results}}

0 commit comments

Comments
 (0)