[clang] [Clang][LoongArch] Fixed incorrect _BitInt(N>64) alignment (PR #145297)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 26 02:23:41 PDT 2025
================
@@ -0,0 +1,36 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
+// RUN: %clang_cc1 -triple loongarch64 -fexperimental-max-bitint-width=1024 -emit-llvm %s -o - | FileCheck %s
----------------
Ami-zhang wrote:
Okay, I have added the pre-commit test and updated the test cases as per the above requirements.
https://github.com/llvm/llvm-project/pull/145297
More information about the cfe-commits
mailing list