[llvm] Add a test for multiple save locations of a CSR. (PR #164479)
    Craig Topper via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Oct 21 12:53:05 PDT 2025
    
    
  
================
@@ -0,0 +1,35 @@
+# RUN: llc %s -mtriple=riscv64 \
+# RUN: -run-pass=cfi-instr-inserter \
+# RUN: -riscv-enable-cfi-instr-inserter=true
+# XFAIL: *
+
+# Technically, it is possible that the a callee-saved register is saved in different locations.
----------------
topperc wrote:
"the a"?
https://github.com/llvm/llvm-project/pull/164479
    
    
More information about the llvm-commits
mailing list