[llvm-branch-commits] [clang] [KeyInstr][Clang] Scalar init atom (PR #134633)
Orlando Cazalet-Hyams via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed May 21 02:22:53 PDT 2025
================
@@ -0,0 +1,19 @@
+// RUN: %clang -gkey-instructions -x c++ %s -gmlt -gcolumn-info -S -emit-llvm -o - \
+// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
+
+// RUN: %clang -gkey-instructions -x c %s -gmlt -gcolumn-info -S -emit-llvm -o - \
+// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
----------------
OCHyams wrote:
Done.
https://github.com/llvm/llvm-project/pull/134633
More information about the llvm-branch-commits
mailing list