[polly] 809ca66 - [Polly] Fix test after D119669.
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Sun May 1 11:40:05 PDT 2022
Author: Michael Kruse
Date: 2022-05-01T13:32:42-05:00
New Revision: 809ca66eac89a530eafbf5461487e8f403620f18
URL: https://github.com/llvm/llvm-project/commit/809ca66eac89a530eafbf5461487e8f403620f18
DIFF: https://github.com/llvm/llvm-project/commit/809ca66eac89a530eafbf5461487e8f403620f18.diff
LOG: [Polly] Fix test after D119669.
Added:
Modified:
polly/test/GPGPU/cuda-managed-memory-simple.ll
Removed:
################################################################################
diff --git a/polly/test/GPGPU/cuda-managed-memory-simple.ll b/polly/test/GPGPU/cuda-managed-memory-simple.ll
index 64d5e266e86ae..274ed0389e40b 100644
--- a/polly/test/GPGPU/cuda-managed-memory-simple.ll
+++ b/polly/test/GPGPU/cuda-managed-memory-simple.ll
@@ -46,7 +46,7 @@
; CHECK-NEXT: store i8* %[[REGCR]], i8** %polly_launch_0_param_1
; CHECK-NEXT: %[[REGCP1:[0-9]+]] = bitcast i8** %polly_launch_0_param_1 to i8*
; CHECK-NEXT: store i8* %[[REGCP1]], i8** %[[REGGEP1]]
-; CHECK-NEXT: %[[REGKERNEL:[0-9]+]] = call i8* @polly_getKernel(i8* getelementptr inbounds ([851 x i8], [851 x i8]* @FUNC_copy_SCOP_0_KERNEL_0, i32 0, i32 0), i8* getelementptr inbounds ([26 x i8], [26 x i8]* @FUNC_copy_SCOP_0_KERNEL_0_name, i32 0, i32 0))
+; CHECK-NEXT: %[[REGKERNEL:[0-9]+]] = call i8* @polly_getKernel(i8* getelementptr inbounds ([863 x i8], [863 x i8]* @FUNC_copy_SCOP_0_KERNEL_0, i32 0, i32 0), i8* getelementptr inbounds ([26 x i8], [26 x i8]* @FUNC_copy_SCOP_0_KERNEL_0_name, i32 0, i32 0))
; CHECK-NEXT: call void @polly_launchKernel(i8* %[[REGKERNEL]], i32 2, i32 1, i32 32, i32 1, i32 1, i8* %polly_launch_0_params_i8ptr)
; CHECK-NEXT: call void @polly_freeKernel(i8* %[[REGKERNEL]])
; CHECK-NEXT: call void @polly_synchronizeDevice()
More information about the llvm-commits
mailing list