llvm-project/llvm/test/Transforms/ScalarizeMaskedMemIntrin
Paul Walker 6b403319f8 [SVE] Scalarize fixed length masked loads and stores.
When adding support for scalable vector masked loads and stores we
accidently opened up likewise for fixed length vectors. This patch
restricts support to scalable vectors only, thus ensuring fixed
length vectors are treated the same regardless of SVE support.

Differential Revision: https://reviews.llvm.org/D83341
2020-07-09 10:47:04 +00:00
..
AArch64 [SVE] Scalarize fixed length masked loads and stores. 2020-07-09 10:47:04 +00:00
X86