]> granicus.if.org Git - llvm/commit
update_mir_test_checks: Support adding checks for vreg classes
authorJustin Bogner <mail@justinbogner.com>
Wed, 18 Oct 2017 22:39:55 +0000 (22:39 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 18 Oct 2017 22:39:55 +0000 (22:39 +0000)
commitd0f184394003ec6b5934cd14b32e4fea14a4ebd1
treed7da78a91bda757ca1c84c0dd8358454a21fcdd6
parent0ee6442d4412f61b1851cda1bb8dc37461c326d1
update_mir_test_checks: Support adding checks for vreg classes

This is a temporary hack to support adding checks for the "registers:"
block of mir functions. This is necessary to convert a number of tests
so that there's less churn when we change the MIR printer to put the
vreg classes on defs instead of in their own block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316134 91177308-0d34-0410-b5e6-96231b3b80d8
utils/update_mir_test_checks.py