According to https://godbolt.org/z/q5rME1naY and acle, we found that
there are different SVE conversion behaviours between clang and gcc. It turns
out that llvm does not handle SVE predicates width properly.
This patch 1) checks SVE predicates width rightly with svbool_t type.
- removes warning on svbool_t VLST <-> VLAT/GNUT conversion.
- disables VLST <-> VLAT/GNUT conversion between SVE vectors and predicates
due to different width.
s/perdicate/predicate