diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/pr28472.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/pr28472.ll | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/pr28472.ll b/llvm/test/CodeGen/X86/pr28472.ll index 603549a7313..f58a01b48aa 100644 --- a/llvm/test/CodeGen/X86/pr28472.ll +++ b/llvm/test/CodeGen/X86/pr28472.ll @@ -1,9 +1,10 @@ +; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s -; CHECK-LABEL: {{^}}same_dynamic_index_fp_vector_type: -; CHECK: # %bb.0: -; CHECK-NEXT: retq define float @same_dynamic_index_fp_vector_type(float %val, i32 %idx) { +; CHECK-LABEL: same_dynamic_index_fp_vector_type: +; CHECK: # %bb.0: # %bb +; CHECK-NEXT: retq bb: %tmp0 = insertelement <4 x float> undef, float %val, i32 %idx %tmp1 = extractelement <4 x float> %tmp0, i32 %idx |