[llvm] [AMDGPU][LIT][NFC] Added xfail test for live-in CSR SGPR used partially (PR #126696)
Diana Picus via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 00:39:04 PST 2025
================
@@ -0,0 +1,52 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -verify-machineinstrs -run-pass=si-lower-sgpr-spills -o - %s | FileCheck %s
+# XFAIL: *
----------------
rovka wrote:
Since you have a CHECK for the verifier error, you can probably add this as a normal test (i.e. don't make it XFAIL, and just RUN with `not llc ...`).
https://github.com/llvm/llvm-project/pull/126696
More information about the llvm-commits
mailing list