Patch [3/8] in series to add support for SVE's gather load instructions
that use scalar+vector addressing modes:
- Patch [1/8]: https://reviews.llvm.org/D45951
- Patch [2/8]: https://reviews.llvm.org/D45952
- Patch [3/8]: https://reviews.llvm.org/D45953
- Patch [4/8]: https://reviews.llvm.org/D45954
- Patch [5/8]: https://reviews.llvm.org/D45955
- Patch [6/8]: https://reviews.llvm.org/D45956
- Patch [7/8]: https://reviews.llvm.org/D45957
- Patch [8/8]: https://reviews.llvm.org/D45958
There seems to be a 1 line difference only between this class and sve_mem_32b_gld_vs added in D45952. I think it would be great if we could have one class for those similar cases if possible. It takes parameters already, so I think it would make sense to add a new one?