Skip to content

Commit 7d5ee16

Browse files
author
arnamoy.bhattacharyya
committed
Fix test failure
1 parent fb5e720 commit 7d5ee16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir-sycl/test/Dialect/IR/SYCL/constructor.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ func.func @AccessorImplDevice(%arg0: memref<?x!sycl.accessor_impl_device<[1], (!
1010
// Ensure integer pointer can be arguments of sycl.constructor.
1111
// CHECK-LABEL: func.func @TestConstructorII32Ptr
1212
func.func @TestConstructorII32Ptr(%arg0: memref<?x!sycl.id<1>, 4>, %arg1: memref<?xi32, 1>) {
13-
sycl.constructor(%arg0, %arg1) {MangledFunctionName = @_ZN4sycl3_V19multi_ptrIjLNS0_6access13address_spaceE1ELNS2_9decoratedE1EEC1EPU3AS1j, Type = @multi_ptr} : (memref<?x!sycl.id<1>, 4>, memref<?xi32, 1>) -> ()
13+
sycl.constructor(%arg0, %arg1) {MangledFunctionName = @_ZN4sycl3_V19multi_ptrIjLNS0_6access13address_spaceE1ELNS2_9decoratedE1EEC1EPU3AS1j, TypeName = @multi_ptr} : (memref<?x!sycl.id<1>, 4>, memref<?xi32, 1>) -> ()
1414
return
1515
}

0 commit comments

Comments
 (0)