OSDN Git Service

UpdateTestChecks: Lanai triple support
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 29 May 2019 20:03:00 +0000 (20:03 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 29 May 2019 20:03:00 +0000 (20:03 +0000)
commit854cee1c8b584c9650e2e509afbbbf1b3d867857
treef9fd4b1f79c7fdcff8d6dc3369a9925dd6143a52
parentba3acb29d45109e6663be261c01dc0e8c0efbb59
UpdateTestChecks: Lanai triple support

Summary:
The assembly structure most resembles the SPARC pattern:
```
        .globl  f6                      ! -- Begin function f6
        .p2align        2
        .type   f6,@function
f6:                                     ! @f6
        .cfi_startproc
! %bb.0:
        st      %fp, [--%sp]
<...>
        ld      -8[%fp], %fp
.Lfunc_end0:
        .size   f6, .Lfunc_end0-f6
        .cfi_endproc
                                        ! -- End function
```
Test being affected by upcoming patch, so regenerate it.

Reviewers: RKSimon, jpienaar

Reviewed By: RKSimon

Subscribers: jyknight, fedor.sergeev, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D62545

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362019 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/Lanai/constant_multiply.ll
utils/UpdateTestChecks/asm.py