Paul Walker 8cf43aebc6
[LLVM][CodeGen][SVE] Remove failure cases when widening vector load/store ops. (#160515)
When unable to widen a vector load/store we can replace the operation
with a masked variant. Support for extending loads largely came for free
hence its inclusion, but truncating stores require more work.

Fixes https://github.com/llvm/llvm-project/issues/159995
2025-10-02 12:24:23 +01:00
..