diff options
author | Quentin Colombet <qcolombet@apple.com> | 2013-10-01 22:14:56 +0000 |
---|---|---|
committer | Quentin Colombet <qcolombet@apple.com> | 2013-10-01 22:14:56 +0000 |
commit | 93a98aac8be37f50e7c2d234e15b720f55217f91 (patch) | |
tree | c3eb4f88dbed59d0dc449e9b3d6cabc5b974197c /llvm/lib/IR | |
parent | 07e627263fec4770ca990cc10024daeb820bbac7 (diff) | |
download | bcm5719-llvm-93a98aac8be37f50e7c2d234e15b720f55217f91.tar.gz bcm5719-llvm-93a98aac8be37f50e7c2d234e15b720f55217f91.zip |
[llvm-c][Disassembler] Add an option to reproduce in disassembled output the
comments issued with verbose assembly.
E.g., on a vector shuffle operation, disassembled output are:
* Without the option:
vpshufd $-0x79, (%rsp), %xmm0
* With the option:
vpshufd $-0x79, (%rsp), %xmm0 ## xmm0 = mem[3,1,0,2]
This part of <rdar://problem/14687488>.
llvm-svn: 191799
Diffstat (limited to 'llvm/lib/IR')
0 files changed, 0 insertions, 0 deletions