Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/transcoding/CommonAddrspaceGlobalVar.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/transcoding/fmax.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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 %{{.*}})

Expand Down
Loading