[clang] [KeyInstr][Clang] Bitfield atom (PR #134648)
Stephen Tozer via cfe-commits
cfe-commits at lists.llvm.org
Tue May 27 04:24:56 PDT 2025
================
@@ -0,0 +1,13 @@
+// RUN: %clang_cc1 -gkey-instructions %s -debug-info-kind=line-tables-only -emit-llvm -o - \
+// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
+
----------------
SLTozer wrote:
Maybe a small comment to the effect of, "Test for storing to a bitfield member, as this has distinct codegen to other variable/member stores"? Entirely optional since this may already be contextually obvious.
https://github.com/llvm/llvm-project/pull/134648
More information about the cfe-commits
mailing list