[llvm] 04a1fd5 - [RISCV] Make XFAIL test UNSUPPORTED. (#168525)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 18 11:36:47 PST 2025
Author: Mikhail Gudim
Date: 2025-11-18T14:36:43-05:00
New Revision: 04a1fd5c5434d47cac7488d777d9a1b472cb71f8
URL: https://github.com/llvm/llvm-project/commit/04a1fd5c5434d47cac7488d777d9a1b472cb71f8
DIFF: https://github.com/llvm/llvm-project/commit/04a1fd5c5434d47cac7488d777d9a1b472cb71f8.diff
LOG: [RISCV] Make XFAIL test UNSUPPORTED. (#168525)
Currently the test cfi-multiple-location.mir is marked as XFAIL. This
causes failures on some build bots because the test unexpectedly passes.
Mark this test as UNSUPPORTED for now. Later I plan to merge an MR which
fixes an issue in CFIInstrInserter and this test will be enabled.
Added:
Modified:
llvm/test/CodeGen/RISCV/cfi-multiple-locations.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/cfi-multiple-locations.mir b/llvm/test/CodeGen/RISCV/cfi-multiple-locations.mir
index 7844589e3f93c..08544a95dedb7 100644
--- a/llvm/test/CodeGen/RISCV/cfi-multiple-locations.mir
+++ b/llvm/test/CodeGen/RISCV/cfi-multiple-locations.mir
@@ -1,7 +1,7 @@
# RUN: llc %s -mtriple=riscv64 \
# RUN: -run-pass=cfi-instr-inserter \
# RUN: -riscv-enable-cfi-instr-inserter=true
-# XFAIL: *
+# UNSUPPORTED: target={{.*}}
# Technically, it is possible that a callee-saved register is saved in multiple
diff erent locations.
# CFIInstrInserter should handle this, but currently it does not.
More information about the llvm-commits
mailing list