From b00d1eeb45c9030f0c46d0810939c76f059b3831 Mon Sep 17 00:00:00 2001 From: "Levytskyy, Vyacheslav" Date: Wed, 26 Mar 2025 12:05:41 -0700 Subject: [PATCH] This test currently fails with LLVM_ENABLE_EXPENSIVE_CHECKS enabled --- .../CodeGen/SPIRV/structurizer/cf.switch.ifstmt.simple2.ll | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/test/CodeGen/SPIRV/structurizer/cf.switch.ifstmt.simple2.ll b/llvm/test/CodeGen/SPIRV/structurizer/cf.switch.ifstmt.simple2.ll index 58f0f1c6bf053..86e5590ba9644 100644 --- a/llvm/test/CodeGen/SPIRV/structurizer/cf.switch.ifstmt.simple2.ll +++ b/llvm/test/CodeGen/SPIRV/structurizer/cf.switch.ifstmt.simple2.ll @@ -1,6 +1,9 @@ ; RUN: llc -mtriple=spirv-unknown-vulkan-compute -O0 %s -o - | FileCheck %s ; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-vulkan-compute %s -o - -filetype=obj | spirv-val %} +; TODO: This test currently fails with LLVM_ENABLE_EXPENSIVE_CHECKS enabled +; XFAIL: expensive_checks + ; static int foo() { return 200; } ; ; static int process() {