[llvm] [SPIR-V] Remove XFAIL from the passing test (PR #141489)

Viktoria Maximova via llvm-commits llvm-commits at lists.llvm.org
Mon May 26 05:51:42 PDT 2025


https://github.com/vmaksimo created https://github.com/llvm/llvm-project/pull/141489

None

>From c2276638a43d4250dc890d09f593abc9fdce5ef5 Mon Sep 17 00:00:00 2001
From: "Maksimova, Viktoria" <viktoria.maksimova at intel.com>
Date: Mon, 26 May 2025 05:51:01 -0700
Subject: [PATCH] [SPIR-V] Remove XFAIL from the passing test

---
 .../local-arbitrary-width-integers-constants-type-promotion.ll | 3 ---
 1 file changed, 3 deletions(-)

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