Skip to content

Commit c61dc8a

Browse files
jgu222igcbot
authored andcommitted
Simplify a lit test
Remove unnecessary arguments of a lit test.
1 parent 1a2aff8 commit c61dc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/Compiler/tests/BreakConstantExpr/constantVectorAndStruct.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
@sycl_multi_ptr_comparison_op-ExtSLM = external addrspace(3) global [0 x i8]
3131

3232
; Function Attrs: convergent nounwind
33-
define spir_kernel void @sycl_multi_ptr_comparison_op(%half_impl addrspace(3)*, %half_impl addrspace(1)* readonly, %sycl_V1*, %mptr_nullptr_result addrspace(1)*, %sycl_V1*, <8 x i32> %r0, <8 x i32> %payloadHeader, i8* %privateBase, i64 %const_reg_qword, i64 %const_reg_qword1, i32 %bufferOffset, i32 %bufferOffset2) {
33+
define spir_kernel void @sycl_multi_ptr_comparison_op(%half_impl addrspace(3)*, %half_impl addrspace(1)* readonly, %sycl_V1*, %mptr_nullptr_result addrspace(1)*, %sycl_V1*, i64 %const_reg_qword, i64 %const_reg_qword1) {
3434
%6 = ptrtoint %mptr_nullptr_result addrspace(1)* %3 to i64
3535
%7 = shl i64 %const_reg_qword1, 2
3636
%8 = add i64 %7, %6

0 commit comments

Comments
 (0)