================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
