Commit b1c9ec72 by Prathamesh Kulkarni Committed by Prathamesh Kulkarni

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

2019-08-22  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

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

From-SVN: r274817
parent ae128421
2019-08-22 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> 2019-08-22 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
* config/aarch64/aarch64-sve.md (vcond_mask): Add "@".
2019-08-22 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Richard Sandiford <richard.sandiford@arm.com> Richard Sandiford <richard.sandiford@arm.com>
PR target/88839 PR target/88839
......
...@@ -3927,7 +3927,7 @@ ...@@ -3927,7 +3927,7 @@
;; vcond_mask operand order: true, false, mask ;; vcond_mask operand order: true, false, mask
;; UNSPEC_SEL operand order: mask, true, false (as for VEC_COND_EXPR) ;; UNSPEC_SEL operand order: mask, true, false (as for VEC_COND_EXPR)
;; SEL operand order: mask, true, false ;; 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") [(set (match_operand:SVE_ALL 0 "register_operand")
(unspec:SVE_ALL (unspec:SVE_ALL
[(match_operand:<VPRED> 3 "register_operand") [(match_operand:<VPRED> 3 "register_operand")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment