[llvm] [MIPS] Fix failing to legalize load+call with vector of non-p2 intege… (PR #109625)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 00:49:56 PDT 2024


================
@@ -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


More information about the llvm-commits mailing list