Fix a typo in VectorizeIfCondition.
This patch fixes an issue where the type of lhs operand was checked
twice and rhs type was ignored when processing conditions during
predicated vectorization.
The issue doesn't affect the actual vectorization behaviour.
Test: ./art/test.py --host --optimizing --jit
Test: ./art/test.py --target --optimizing --jit
Test: 661-checker-simd-cf-loops.
Test: target tests on arm64 with SVE (for details see
art/test/README.arm_fvp).
Change-Id: I486f29579a307548c321024a41c7fd30bdb97258
1 file changed