diff options
| author | Michael Kruse <llvm-project@meinersbur.de> | 2019-11-13 06:20:17 +0000 |
|---|---|---|
| committer | Michael Kruse <llvm-project@meinersbur.de> | 2019-11-13 06:20:17 +0000 |
| commit | 7be6ec5fa210620e63148e38fd241e41a40a07be (patch) | |
| tree | 7d83d527fa747c018d6492935a7d0e557d0207b8 | |
| parent | 7ba28644a1eeb554e818644556f98abfc0795b02 (diff) | |
| download | bcm5719-llvm-7be6ec5fa210620e63148e38fd241e41a40a07be.tar.gz bcm5719-llvm-7be6ec5fa210620e63148e38fd241e41a40a07be.zip | |
[GPGPU] Fix regression test after 395124.
Commit 395124 "NVPTX: Don't insert an extra empty line at the end of the last section"
changed the length of the kernel payload. Update the regression test to the new binary size.
| -rw-r--r-- | polly/test/GPGPU/cuda-managed-memory-simple.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/GPGPU/cuda-managed-memory-simple.ll b/polly/test/GPGPU/cuda-managed-memory-simple.ll index 6931bc7b0d2..64d5e266e86 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 ([852 x i8], [852 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 ([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: 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() |

