[clang] [Clang][LoongArch] Fixed incorrect _BitInt(N>64) alignment (PR #145297)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 26 02:50:44 PDT 2025


================
@@ -0,0 +1,122 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
+// RUN: %clang_cc1 -triple loongarch32 -fexperimental-max-bitint-width=1024 -emit-llvm %s -o - | FileCheck %s --check-prefix=LA32
+// RUN: %clang_cc1 -triple loongarch64 -fexperimental-max-bitint-width=1024 -emit-llvm %s -o - | FileCheck %s --check-prefix=LA64
+
+/// Testing the alignment and size of _BitInt(N) for different values of N
----------------
Ami-zhang wrote:

Done.

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


More information about the cfe-commits mailing list