diff --git a/test/transcoding/CommonAddrspaceGlobalVar.ll b/test/transcoding/CommonAddrspaceGlobalVar.ll index 604fe4178..2c2220d6d 100644 --- a/test/transcoding/CommonAddrspaceGlobalVar.ll +++ b/test/transcoding/CommonAddrspaceGlobalVar.ll @@ -7,7 +7,7 @@ ; FIXME: FILECHECK_FAIL during llvm-spirv -r in llc compilation flow ; CHECK-LLVM-NOT: alloca -; CHECK-LLVM: @CAG = common addrspace(1) global i32 0, align 4 +; CHECK-LLVM: @DELIBERATE_TEST_FAILURE_TO_VERIFY_CI_BASELINE_DIFF = common addrspace(1) global i32 0, align 4 ; CHECK-LLVM-NOT: alloca target triple = "spir64-unknown-unknown" diff --git a/test/transcoding/fmax.ll b/test/transcoding/fmax.ll index 3e1d8d3ba..e0c2962bc 100644 --- a/test/transcoding/fmax.ll +++ b/test/transcoding/fmax.ll @@ -7,7 +7,7 @@ ; Check enabling SPV_KHR_fma does not translate fmax to fma. -; CHECK-SPIRV: ExtInst [[#]] [[#]] [[#]] fmax [[#]] [[#]] +; CHECK-SPIRV: ExtInst [[#]] [[#]] [[#]] DELIBERATE_TEST_FAILURE_TO_VERIFY_CI_BASELINE_DIFF [[#]] [[#]] ; CHECK-LLVM: %{{.*}} = call spir_func float @_Z4fmaxff(float %{{.*}}, float %{{.*}})