diff options
author | Michael Liao <michael.hliao@gmail.com> | 2020-01-14 20:08:39 -0500 |
---|---|---|
committer | Michael Liao <michael.hliao@gmail.com> | 2020-01-14 20:08:39 -0500 |
commit | 65c8abb14e77b28d8357c52dddb8e0a6b12b4ba2 (patch) | |
tree | 06e8d8fbaefc33ce0ff1e1148eab55cc1ccdaab3 /llvm | |
parent | 76291e1158c2aedddfe0be0ea69452ea6dc2db24 (diff) | |
download | bcm5719-llvm-65c8abb14e77b28d8357c52dddb8e0a6b12b4ba2.tar.gz bcm5719-llvm-65c8abb14e77b28d8357c52dddb8e0a6b12b4ba2.zip |
[amdgpu] Fix typos in a test case.
- There are typos introduced due to merge.
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll b/llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll index bceb144b06f..04b8be9abf2 100644 --- a/llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll +++ b/llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll @@ -1688,7 +1688,6 @@ define amdgpu_kernel void @dynamic_insertelement_v8f64(<8 x double> addrspace(1) ; VI-NEXT: v_mov_b32_e32 v13, s25 ; VI-NEXT: v_mov_b32_e32 v14, s26 ; VI-NEXT: v_mov_b32_e32 v15, s27 -; VI-NEXT: buffer_store_dwordx4 v[8:11], off, s[0:3], s7 offset:96 ; VI-NEXT: buffer_store_dwordx4 v[12:15], off, s[0:3], s7 offset:112 ; VI-NEXT: buffer_store_dwordx4 v[8:11], off, s[0:3], s7 offset:96 ; VI-NEXT: buffer_store_dwordx4 v[4:7], off, s[0:3], s7 offset:80 |