[llvm] 35ed9a3 - [SPIR-V] Remove XFAIL from the passing test (#141489)
via llvm-commits
llvm-commits at lists.llvm.org
Mon May 26 06:49:37 PDT 2025
Author: Viktoria Maximova
Date: 2025-05-26T15:49:33+02:00
New Revision: 35ed9a32d58bc8cbace31dc7c3bba79d0e3a9256
URL: https://github.com/llvm/llvm-project/commit/35ed9a32d58bc8cbace31dc7c3bba79d0e3a9256
DIFF: https://github.com/llvm/llvm-project/commit/35ed9a32d58bc8cbace31dc7c3bba79d0e3a9256.diff
LOG: [SPIR-V] Remove XFAIL from the passing test (#141489)
This is a follow-up to
https://github.com/llvm/llvm-project/pull/141279#issuecomment-2909561544
Added:
Modified:
llvm/test/CodeGen/SPIRV/constant/local-arbitrary-width-integers-constants-type-promotion.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/SPIRV/constant/local-arbitrary-width-integers-constants-type-promotion.ll b/llvm/test/CodeGen/SPIRV/constant/local-arbitrary-width-integers-constants-type-promotion.ll
index 432fbe0a22975..06ab469e70077 100644
--- a/llvm/test/CodeGen/SPIRV/constant/local-arbitrary-width-integers-constants-type-promotion.ll
+++ b/llvm/test/CodeGen/SPIRV/constant/local-arbitrary-width-integers-constants-type-promotion.ll
@@ -1,8 +1,5 @@
; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
-; TODO: This test currently fails with LLVM_ENABLE_EXPENSIVE_CHECKS enabled
-; XFAIL: expensive_checks
-
define i4 @getConstantI4() {
ret i4 2 ; i4 => OpTypeInt 8
}
More information about the llvm-commits
mailing list