Skip to content

Commit 35ed9a3

Browse files
authored
[SPIR-V] Remove XFAIL from the passing test (llvm#141489)
This is a follow-up to llvm#141279 (comment)
1 parent 8a198f8 commit 35ed9a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/test/CodeGen/SPIRV/constant/local-arbitrary-width-integers-constants-type-promotion.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
22

3-
; TODO: This test currently fails with LLVM_ENABLE_EXPENSIVE_CHECKS enabled
4-
; XFAIL: expensive_checks
5-
63
define i4 @getConstantI4() {
74
ret i4 2 ; i4 => OpTypeInt 8
85
}

0 commit comments

Comments
 (0)