From: Haochen Gui Date: Tue, 6 Aug 2024 06:15:05 +0000 (+0800) Subject: rs6000: Add const_vector into any_operand predicate X-Git-Tag: basepoints/gcc-16~6813 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3592d3f8cc4b89ae508c747a46a626d73cb9616d;p=thirdparty%2Fgcc.git rs6000: Add const_vector into any_operand predicate gcc/ * config/rs6000/predicates.md (any_operand): Add const_vector. --- diff --git a/gcc/config/rs6000/predicates.md b/gcc/config/rs6000/predicates.md index d23ce9a77a3..cdfd400f639 100644 --- a/gcc/config/rs6000/predicates.md +++ b/gcc/config/rs6000/predicates.md @@ -19,7 +19,7 @@ ;; Return 1 for anything except PARALLEL. (define_predicate "any_operand" - (match_code "const_int,const_double,const_wide_int,const,symbol_ref,label_ref,subreg,reg,mem")) + (match_code "const_int,const_double,const_wide_int,const_vector,const,symbol_ref,label_ref,subreg,reg,mem")) ;; Return 1 for any PARALLEL. (define_predicate "any_parallel_operand"