[PATCH] D62099: UpdateTestChecks: fix AMDGPU handling
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 18 05:16:58 PDT 2019
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: utils/UpdateTestChecks/asm.py:205
+ triples = {
+ 'amdgcn': 'amdgcn',
+ }
----------------
Why this hardcoded list?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62099/new/
https://reviews.llvm.org/D62099
More information about the llvm-commits
mailing list