[SVE] [aarch64] Add "@" in vcond_mask pattern

Prathamesh Kulkarni prathamesh.kulkarni@linaro.org
Thu Aug 22 08:16:00 GMT 2019


Hi Richard,
I screwed up while committing pr88839 fix, by not including the change
to aarch64-sve.md
that adds "@" to vcond_mask pattern, which resulted in trunk failing to build
with: "gen_vcond_mask" was not declared in this scope -:/
The attached patch resolves the failure.
OK to commit ?

Thanks,
Prathamesh
-------------- next part --------------
2019-08-22  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

	* aarch64-sve.md (vcond_mask): Add "@".

diff --git a/gcc/config/aarch64/aarch64-sve.md b/gcc/config/aarch64/aarch64-sve.md
index ac65e691d73..f58353e9c6d 100644
--- a/gcc/config/aarch64/aarch64-sve.md
+++ b/gcc/config/aarch64/aarch64-sve.md
@@ -3927,7 +3927,7 @@
 ;; vcond_mask operand order: true, false, mask
 ;; UNSPEC_SEL operand order: mask, true, false (as for VEC_COND_EXPR)
 ;; SEL operand order:        mask, true, false
-(define_expand "vcond_mask_<mode><vpred>"
+(define_expand "@vcond_mask_<mode><vpred>"
   [(set (match_operand:SVE_ALL 0 "register_operand")
 	(unspec:SVE_ALL
 	  [(match_operand:<VPRED> 3 "register_operand")


More information about the Gcc-patches mailing list