[x86] Bypass the shuffle mask comment generation when not using verbose
authorChandler Carruth <chandlerc@gmail.com>
Wed, 24 Sep 2014 03:06:34 +0000 (03:06 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 24 Sep 2014 03:06:34 +0000 (03:06 +0000)
commitdb5e1dafa42cb0de3b7cc467455cd0507050aa21
tree775b98e3657f66ad2bc42ca4eadcd28ed177b4dd
parent7e0f903c6cb7c9238ac60b0d579180e173ecc6f4
[x86] Bypass the shuffle mask comment generation when not using verbose
asm. This can be somewhat expensive and there is no reason to do it
outside of tests or debugging sessions. I'm also likely to make it
significantly more expensive to support more styles of shuffles.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218362 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86MCInstLower.cpp