[PATCH] D32900: [mips] Impose a threshold for coercion of aggregates

Simon Dardis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 9 04:21:52 PDT 2017


sdardis accepted this revision.
sdardis added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: test/CodeGen/mips-aggregate-arg.c:3
+// RUN: %clang_cc1 -triple mips64el-unknown-linux-gnu -S -emit-llvm -o - %s  -target-abi n32 | FileCheck -check-prefix=N32-N64 %s
+// RUN: %clang_cc1 -triple mips64el-unknown-linux-gnu -S -emit-llvm -o - %s  -target-abi n64| FileCheck -check-prefix=N32-N64 %s
+
----------------
Space after the -target-abi n64


https://reviews.llvm.org/D32900





More information about the cfe-commits mailing list