]> granicus.if.org Git - llvm/commit
UpdateTestChecks: sparc march handling
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 22 May 2019 13:04:34 +0000 (13:04 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 22 May 2019 13:04:34 +0000 (13:04 +0000)
commit81572068ede7eb3360a1a50ba855ab2b4249cccf
treeedf447ef5262a073b0ebe3064e64a9583d5bc4dc
parent928e0daca7764c3c85fa83f455c359365c387d42
UpdateTestChecks: sparc march handling

Summary:
Another target that prefers to use `-march` in tests
```
llvm/test/CodeGen/SPARC$ grep -ri mtriple | wc -l
25
llvm/test/CodeGen/SPARC$ grep -ri march | wc -l
165
```

This test is being affected by a further patch,
so regenerate it to better visualize the changes

Reviewers: RKSimon, dcederman, gberry

Reviewed By: RKSimon

Subscribers: jyknight, fedor.sergeev, jrtc27, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361381 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/SPARC/2013-05-17-CallFrame.ll
utils/UpdateTestChecks/asm.py