[clang] [llvm] MIPS/clang: Fix asm constraint for softfloat (PR #79116)

YunQiang Su via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 21 02:31:02 PST 2024


================
@@ -0,0 +1,25 @@
+; RUN: llc  -march=mips < %s | FileCheck %s --check-prefix=MIPS32
+; RUN: llc  -march=mips64 < %s | FileCheck %s --check-prefix=MIPS64
+
+define dso_local void @read_double(double* nocapture noundef readonly %0) local_unnamed_addr #0 {
----------------
wzssyqa wrote:

Thanks.

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


More information about the cfe-commits mailing list