[PATCH] D58400: [AMDGPU] Implement AMDGPUMCInstrAnalysis

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 27 12:56:04 PST 2019


scott.linder updated this revision to Diff 188604.
scott.linder added a comment.

After digging a bit more into how we parse/print operands for sopp_br I think there are some more fundamental decisions to make beyond just "do we support signed integers", so I want to avoid changing anything in this patch. I will revisit how we treat them in the future and make any breaking changes all at once, rather than spreading them out.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58400/new/

https://reviews.llvm.org/D58400

Files:
  lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
  test/MC/AMDGPU/branch-comment.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58400.188604.patch
Type: text/x-patch
Size: 4276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190227/3f4fa35d/attachment.bin>


More information about the llvm-commits mailing list