The third alternative for argument 4 needs to be an early clobber
constraint. Noticed testing LRA.
2024-11-12 John David Anglin <danglin@gcc.gnu.org>
gcc/ChangeLog:
* config/pa/pa.md (decrement_and_branch_until_zero): Fix
constraint.
(pc)))
(set (match_dup 0)
(plus:SI (match_dup 0) (match_dup 1)))
- (clobber (match_scratch:SI 4 "=X,r,r"))]
+ (clobber (match_scratch:SI 4 "=X,r,&r"))]
""
"* return pa_output_dbra (operands, insn, which_alternative); "
;; Do not expect to understand this the first time through.