diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll b/llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll index a62ad820c89..692696ff730 100644 --- a/llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll +++ b/llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll @@ -352,7 +352,7 @@ endif: ; GCN-DAG: v_mov_b32_e32 [[ELT1:v[0-9]+]], 0x40200000 ; GCN-DAG: s_mov_b32 m0, [[SCALEDIDX]] -; GCN: v_movreld_b32_e32 v{{[0-9]+}}, 0 +; GCN-DAG: v_movreld_b32_e32 v{{[0-9]+}}, 0 ; Increment to next element folded into base register, but FileCheck ; can't do math expressions |