[clang] [llvm] PowerPC: Support `Q` constraint and `P` modifier in Inline Asm (PR #163616)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 24 13:02:00 PDT 2025
================
@@ -17882,6 +17882,7 @@ PPCTargetLowering::getConstraintType(StringRef Constraint) const {
case 'y':
return C_RegisterClass;
case 'Z':
+ case 'Q':
----------------
RolandF77 wrote:
Maybe put the 'Q' above the 'Z' so the comment is adjacent.
https://github.com/llvm/llvm-project/pull/163616
More information about the llvm-commits
mailing list