diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-05-18 13:00:03 +0000 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-05-18 13:00:03 +0000 |
commit | 98092f37d0dd5df663ce718b397678db3f3d8c13 (patch) | |
tree | 01285429f4d1abab3e5cd4feada11390e9bff757 /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 822b9c971be6784fe3dc04f4a7926834c1c818d3 (diff) | |
download | llvm-98092f37d0dd5df663ce718b397678db3f3d8c13.zip llvm-98092f37d0dd5df663ce718b397678db3f3d8c13.tar.gz llvm-98092f37d0dd5df663ce718b397678db3f3d8c13.tar.bz2 |
UpdateTestChecks: fix AMDGPU handling
Summary:
Was looking into supporting `(srl (shl x, c1), c2)` with c1 != c2 in dagcombiner,
this test changes, but makes `update_llc_test_checks.py` unhappy.
**Many** AMDGPU tests specify `-march`, not `-mtriple`, which results in `update_llc_test_checks.py`
defaulting to x86 asm function detection heuristics, which don't work here.
I propose to fix this by adding an infrastructure to map from `-march` to `-mtriple`,
in the UpdateTestChecks tooling.
Reviewers: RKSimon, MaskRay, arsenm
Reviewed By: arsenm
Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D62099
llvm-svn: 361101
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions