]> granicus.if.org Git - llvm/commit
Replace -print-whole-regmask with a threshold.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 20 Jul 2017 00:37:31 +0000 (00:37 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 20 Jul 2017 00:37:31 +0000 (00:37 +0000)
commit8a3fcdae02d71a0165b59de120b12799fff5606d
tree7c52f2bad8afe2ac91d3bda3eefa3555971a4a33
parent6c825738bb037c380ad64c91de68b35a9c27a015
Replace -print-whole-regmask with a threshold.

The previous flag/default of printing everything is
not helpful when there are thousands of registers
in the mask.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308572 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineInstr.cpp