================
@@ -0,0 +1,30 @@
+; RUN: llc -mtriple=mips-linux-gnu -mcpu=mips32 < %s | FileCheck %s --check-prefix=MIPS32
+
+define void @call_v1i80() {
----------------
nikic wrote:
Add nounwind to suppress cfi.
https://github.com/llvm/llvm-project/pull/109625