Support other llc-like tools in update_llc_test_checks.py
authorDaniel Sanders <daniel_l_sanders@apple.com>
Mon, 1 Jun 2020 18:50:53 +0000 (11:50 -0700)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Thu, 11 Jun 2020 00:30:07 +0000 (17:30 -0700)
commitf743975e0ab6c62839682b0bf09ca0e03269ed51
tree7e99bc022ffd37efaea0ae737e972532b86c7435
parenta0dd5e876f20b33c9f031a2b3b8875e1216b97a9
Support other llc-like tools in update_llc_test_checks.py

Summary:
If you have downstream tools that are llc-like (e.g, llc with different
defaults), it's convenient to still be able to use
`update_llc_test_checks` with them. Refactor slightly to allow such tools
to be supported by adding them to LLC_LIKE_TOOLS

Reviewers: bogner

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D80960
llvm/utils/update_llc_test_checks.py