[PATCH] D40169: [AMDGPU] add labels to +DumpCode output

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 04:02:49 PST 2017


tpr added a comment.

You're right, it's a hack, and I would like to remove it too. But first we need to get the disassembler working. The disassembler is missing some instructions, and it claims it does not support SI or CI.

In the meantime, as a short term fix, I would like to add this to make +DumpCode more useful. That will make it easier to do other work we need to do before we get to fixing the disassembler.


https://reviews.llvm.org/D40169





More information about the llvm-commits mailing list