[llvm] 65c8abb - [amdgpu] Fix typos in a test case.
Michael Liao via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 17:09:21 PST 2020
Author: Michael Liao
Date: 2020-01-14T20:08:39-05:00
New Revision: 65c8abb14e77b28d8357c52dddb8e0a6b12b4ba2
URL: https://github.com/llvm/llvm-project/commit/65c8abb14e77b28d8357c52dddb8e0a6b12b4ba2
DIFF: https://github.com/llvm/llvm-project/commit/65c8abb14e77b28d8357c52dddb8e0a6b12b4ba2.diff
LOG: [amdgpu] Fix typos in a test case.
- There are typos introduced due to merge.
Added:
Modified:
llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll b/llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll
index bceb144b06fa..04b8be9abf2c 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
More information about the llvm-commits
mailing list