[libcxx-commits] [clang] [libcxx] [Clang] Support atomic operations on _BitInt(N) (PR #204815)

Erich Keane via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 26 10:00:13 PDT 2026


================
@@ -0,0 +1,91 @@
+// RUN: %clang_cc1 -std=c23 -triple x86_64-unknown-linux-gnu -emit-llvm %s -o - | FileCheck %s
----------------
erichkeane wrote:

This test's check-lines are horrifically under specified.  We should be able to use this to figure out what the lowering is doing, but this doesn't do that at all.

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


More information about the libcxx-commits mailing list