Skip to content

Commit e75f37f

Browse files
authored
[SPIR-V][NFC] Require asserts on 2 tests (#75087)
These tests currently fail on asserts, so adding a REQUIRES to make sure they're skipped on builds with asserts disabled. Follow-up from #74849
1 parent 3194928 commit e75f37f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
; TODO(#60133): Requires updates following opaque pointer migration.
44
; XFAIL: *
5+
; REQUIRES: asserts
56

67
; CHECK: %[[#bool:]] = OpTypeBool
78
; CHECK: %[[#true:]] = OpConstantTrue %[[#bool]]

llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
; TODO(#60133): Requires updates following opaque pointer migration.
2424
; XFAIL: *
25+
; REQUIRES: asserts
2526

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

0 commit comments

Comments
 (0)