Skip to content

Commit b41eb96

Browse files
committed
[mlir][spirv] Move uint asm name test to the proper place
1 parent ddc484b commit b41eb96

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

mlir/test/Conversion/PDLToPDLInterp/pdl-to-pdl-interp-uint.mlir

Lines changed: 0 additions & 8 deletions
This file was deleted.

mlir/test/Dialect/SPIRV/IR/asm-op-interface.mlir

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ func.func @const() -> () {
1313
// CHECK: %cst43_i64
1414
%3 = spirv.Constant 43 : i64
1515

16+
// CHECK-NEXT: %cst6_ui8
17+
%9 = spirv.Constant 6 : ui8
18+
1619
// CHECK: %cst_f32
1720
%4 = spirv.Constant 0.5 : f32
1821
// CHECK: %cst_f64

0 commit comments

Comments
 (0)