Add WIDEN_PLUS, WIDEN_MINUS pretty print
authorJoel Hutton <joel.hutton@arm.com>
Thu, 10 Dec 2020 11:54:03 +0000 (11:54 +0000)
committerJoel Hutton <joel.hutton@arm.com>
Thu, 10 Dec 2020 11:57:21 +0000 (11:57 +0000)
commit703d2ac06fbd228294b0db8d5fcc9a6a894487cc
tree6d11b2ef9bf4dcc38240046675c980af6e9a4460
parent76c09f2af9d8ab9c760d860626f069d12d86f0a9
Add WIDEN_PLUS, WIDEN_MINUS pretty print

Add 'w+'/'w-' as WIDEN_PLUS/WIDEN_MINUS respectively.
Add VEC_WIDEN_PLUS/MINUS_HI/LO<...> for
VEC_WIDEN_PLUS/MINUS_HI/LO

gcc/ChangeLog:

* tree-pretty-print.c (dump_generic_node): Add case for
VEC_WIDEN_(PLUS/MINUS)_(HI/LO)_EXPR and WIDEN_(PLUS/MINUS)_EXPR.
gcc/tree-pretty-print.c