commit | 378b5f3de600ef68d856003454d0e9f3a818762f | [log] [tgz] |
---|---|---|
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | Thu Jan 18 17:59:06 2018 +0000 |
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | Thu Jan 18 17:59:06 2018 +0000 |
tree | d51af27d91123c16c85791c4d59e1eab5c093aa1 | |
parent | a2d6fe4ab4823e56d01a7cde2cd5eed10f8da960 [diff] |
[CodeGen] Print RegClasses on MI in verbose mode r322086 removed the trailing information describing reg classes for each register. This patch adds printing reg classes next to every register when individual operands/instructions/basic blocks are printed. In the case of dumping MIR or printing a full function, by default don't print it. Differential Revision: https://reviews.llvm.org/D42239 llvm-svn: 322867