[clang] [llvm] [MIPS] LLVM data layout give i128 an alignment of 16 for mips64 (PR #112084)

via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 12 02:32:11 PDT 2024


================
@@ -75,6 +75,14 @@ TEST(DataLayoutUpgradeTest, ValidDataLayoutUpgrade) {
   EXPECT_EQ(UpgradeDataLayoutString("E-m:e-i64:64-n32:64-S128", "sparcv9"),
             "E-m:e-i64:64-i128:128-n32:64-S128");
 
+  // Check that SPARC targets add -i128:128.
----------------
yingopq wrote:

Sorry for my mistake, updated.

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


More information about the cfe-commits mailing list