[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:08 PDT 2025


================
@@ -0,0 +1,21 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -verify-machineinstrs < %s -mcpu=pwr8 \
----------------
RolandF77 wrote:

lwat is a pwr9 instruction. I guess the cpu isn't checked for inline asm? But if we're going to specify a cpu it should probably be pwr9.

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


More information about the cfe-commits mailing list