[AArch64-SVE][streaming-mode]: Add tests for masked/truncating/extending load/store.
authorHassnaa Hamdi <hassnaa.hamdi@arm.com>
Mon, 24 Oct 2022 09:47:03 +0000 (09:47 +0000)
committerHassnaa Hamdi <hassnaa.hamdi@arm.com>
Thu, 10 Nov 2022 10:12:28 +0000 (10:12 +0000)
commitaf0f151bd38ef783397a3c3040a59bf2126447a5
tree28ce0021791edd7b35e07c277f8b301782f6680a
parent2bcf51c7f82ca7752d1bba390a2e0cb5fdd05ca9
[AArch64-SVE][streaming-mode]: Add tests for masked/truncating/extending load/store.

Add tests for masked/truncating/extending load/store and enable streaming-mode.

Differential Revision: https://reviews.llvm.org/D136585
llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ext-loads.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-load.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-store.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc-stores.ll [new file with mode: 0644]