diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/neon-simd-post-ldst-multi-elem.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/neon-simd-post-ldst-multi-elem.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/neon-simd-post-ldst-multi-elem.ll b/llvm/test/CodeGen/AArch64/neon-simd-post-ldst-multi-elem.ll index 8acf6b792eb..181c69c89b2 100644 --- a/llvm/test/CodeGen/AArch64/neon-simd-post-ldst-multi-elem.ll +++ b/llvm/test/CodeGen/AArch64/neon-simd-post-ldst-multi-elem.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon | FileCheck %s +; arm64 has equivalent tests to these in various files. ;Check for a post-increment updating load. define <4 x i16> @test_vld1_fx_update(i16** %ptr) nounwind { |