tcg/optimize: Handle vector opcodes during optimize
commit170ba88f45bd7b1c5593021ed8e174f663b0bd1a
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 22 Nov 2017 08:07:11 +0000 (22 09:07 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 8 Feb 2018 15:54:06 +0000 (8 15:54 +0000)
tree6887f8e2a8b9a41791b8e3c503ed1f729bd5ad12
parent22fc3527034678489ec554e82fd52f8a7f05418e
tcg/optimize: Handle vector opcodes during optimize

Trivial move and constant propagation.  Some identity and constant
function folding, but nothing that requires knowledge of the size
of the vector element.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c