]> granicus.if.org Git - llvm/commit
UpdateTestChecks: hexagon support
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 5 Jun 2019 14:08:01 +0000 (14:08 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 5 Jun 2019 14:08:01 +0000 (14:08 +0000)
commit885280fa516ddb2760ceb64d83232f132d6bc674
tree25f0a4a71b601bb32612e380e3f111afc4646d48
parent38ccf90cce3d452d2b3a50d518483ba428b6e225
UpdateTestChecks: hexagon support

Summary:
These tests are being affected by an upcoming patch,
so having an understandable (autogenerated) diff is helpful.

This target, again, prefers `-march`:
```
llvm/test/CodeGen/Hexagon$ grep -r triple | wc -l
467
llvm/test/CodeGen/Hexagon$ grep -r march | wc -l
1167
```

Reviewers: RKSimon, kparzysz

Reviewed By: kparzysz

Subscribers: xbolva00, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362605 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/Hexagon/isel-prefer.ll
test/CodeGen/Hexagon/ntstbit.ll
test/CodeGen/Hexagon/tstbit.ll
utils/UpdateTestChecks/asm.py