[SVE] Fix incorrect predicate for fixed length int/fp conversion.
When performing shrinking int/fp conversions the predicate should be created to match the original fixed length vector type so the unused lanes don't trigger side effects. This patch also includes related refactoring to better detect such issues and streamline the code a little. Differential Revision: https://reviews.llvm.org/D138351
Loading
Please sign in to comment