[all-commits] [llvm/llvm-project] 8d9cdb: [Clang][LoongArch] Fixed incorrect _BitInt(N>64) a...

Ami-zhang via All-commits all-commits at lists.llvm.org
Mon Jun 30 17:42:37 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d9cdb65f090b7bc572cafd8979270fca853aefd
      https://github.com/llvm/llvm-project/commit/8d9cdb65f090b7bc572cafd8979270fca853aefd
  Author: Ami-zhang <zhanglimin at loongson.cn>
  Date:   2025-07-01 (Tue, 01 Jul 2025)

  Changed paths:
    M clang/lib/Basic/Targets/LoongArch.h
    M clang/test/CodeGen/LoongArch/bitint.c
    M clang/test/CodeGen/ext-int-cc.c

  Log Message:
  -----------
  [Clang][LoongArch] Fixed incorrect _BitInt(N>64) alignment (#145297)

This patch makes determining alignment and width of BitInt to be target
ABI specific and makes it consistent with [Procedure Call Standard for
the LoongArchâ„¢ Architecture] for LoongArch target
(https://github.com/loongson/la-abi-specs/blob/release/lapcs.adoc).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list