[all-commits] [llvm/llvm-project] 90c90a: [CIR] Initialization of global atomic variables (#...

Sirui Mu via All-commits all-commits at lists.llvm.org
Tue Apr 28 05:23:15 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 90c90a41bed5ba2e4c7b724ecfd533f6f3f7d204
      https://github.com/llvm/llvm-project/commit/90c90a41bed5ba2e4c7b724ecfd533f6f3f7d204
  Author: Sirui Mu <msrlancern at gmail.com>
  Date:   2026-04-28 (Tue, 28 Apr 2026)

  Changed paths:
    M clang/include/clang/CIR/MissingFeatures.h
    M clang/lib/CIR/CodeGen/CIRGenExprConstant.cpp
    M clang/test/CIR/CodeGen/atomic.c

  Log Message:
  -----------
  [CIR] Initialization of global atomic variables (#194239)

This patch adds support for initializing global atomic variables. It
does not include support for tail paddings, which will be added in later
patches.

Assisted-by: Codex / GPT-5.5



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