Commit be15284e authored by George Mitenkov's avatar George Mitenkov
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
parent f88ce078
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -181,7 +181,6 @@ module attributes {
     max_compute_workgroup_size = dense<[128, 128, 64]> : vector<3xi32>}>
} {

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