[llvm] [RISCV][MRI] Account for fixed registers when determining callee saved regs (PR #115756)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 08:47:26 PST 2024


================
@@ -0,0 +1,12 @@
+; RUN: not --crash llc -mtriple=m68k -mattr=+reserve-a0 < %s 2>&1 | FileCheck %s
----------------
topperc wrote:

a0 isn't a callee saved register for m68k so this would never show the issue.

https://github.com/llvm/llvm-project/pull/115756


More information about the llvm-commits mailing list