Skip to content

Commit

Permalink
[SPIR-V][NFC] Require asserts on 2 tests (llvm#75087)
Browse files Browse the repository at this point in the history
These tests currently fail on asserts, so adding a REQUIRES to make sure
they're skipped on builds with asserts disabled.

Follow-up from llvm#74849
  • Loading branch information
sudonatalie committed Dec 14, 2023
1 parent 3194928 commit e75f37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

; TODO(#60133): Requires updates following opaque pointer migration.
; XFAIL: *
; REQUIRES: asserts

; CHECK: %[[#bool:]] = OpTypeBool
; CHECK: %[[#true:]] = OpConstantTrue %[[#bool]]
Expand Down
1 change: 1 addition & 0 deletions llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

; TODO(#60133): Requires updates following opaque pointer migration.
; XFAIL: *
; REQUIRES: asserts

; CHECK-SPIRV-DAG: %[[#LEN2_ID:]] = OpConstant %[[#]] 2
; CHECK-SPIRV-DAG: %[[#LEN3_ID:]] = OpConstant %[[#]] 3
Expand Down

0 comments on commit e75f37f

Please sign in to comment.