]> granicus.if.org Git - clang/commitdiff
Fix failure in lit test kernel-call.cu
authorYaxun Liu <Yaxun.Liu@amd.com>
Wed, 25 Apr 2018 02:34:04 +0000 (02:34 +0000)
committerYaxun Liu <Yaxun.Liu@amd.com>
Wed, 25 Apr 2018 02:34:04 +0000 (02:34 +0000)
There is signext on ppc64. Just remove check for function argument.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@330793 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCUDA/kernel-call.cu

index c6a4be442757d07c38c16defc705a48d3826bd48..34a6d0c3d0f7cdf540d124be5d7d23334829bc92 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "Inputs/cuda.h"
 
-// CHECK-LABEL: define void @_Z2g1i(i32 %x)
+// CHECK-LABEL: define void @_Z2g1i
 // HIP: call{{.*}}hipSetupArgument
 // HIP: call{{.*}}hipLaunchByPtr
 // CUDA: call{{.*}}cudaSetupArgument