From 1c689b827c6a0a5e164f22865696a94e6d7ec308 Mon Sep 17 00:00:00 2001 From: "Vladimir N. Makarov" Date: Mon, 2 Nov 2020 11:03:54 -0500 Subject: Add hint * too 2nd alternative of the 1st scratch in *vsx_extract__store_p9. gcc/ChangeLog: * config/rs6000/vsx.md (*vsx_extract__store_p9): Add hint * to 2nd alternative of the 1st scratch. --- gcc/config/rs6000/vsx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/vsx.md b/gcc/config/rs6000/vsx.md index 67e4f2f..947631d 100644 --- a/gcc/config/rs6000/vsx.md +++ b/gcc/config/rs6000/vsx.md @@ -3717,7 +3717,7 @@ (vec_select: (match_operand:VSX_EXTRACT_I 1 "gpc_reg_operand" ",v") (parallel [(match_operand:QI 2 "const_int_operand" "n,n")]))) - (clobber (match_scratch: 3 "=,&r")) + (clobber (match_scratch: 3 "=,&*r")) (clobber (match_scratch:SI 4 "=X,&r"))] "VECTOR_MEM_VSX_P (mode) && TARGET_VEXTRACTUB" "#" -- cgit v1.1