[clang] [llvm] PowerPC: Support `Q` constraint and `P` modifier in Inline Asm (PR #163616)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 28 12:17:07 PDT 2025
================
@@ -0,0 +1,29 @@
+// RUN: %clang_cc1 -emit-llvm -triple powerpc64-ibm-aix-xcoff \
+// RUN: %s -o - | FileCheck %s
+
+#include <stdint.h>
+
+// Test Atomic Memory Operation Support:
----------------
RolandF77 wrote:
Don't think these 2 lines are needed.
https://github.com/llvm/llvm-project/pull/163616
More information about the cfe-commits
mailing list