[PATCH] D16723: [AMDGPU] Disassembler: Added basic disassembler for AMDGPU target.
Valery Pykhtin via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 31 03:48:05 PST 2016
vpykhtin added inline comments.
================
Comment at: utils/TableGen/FixedLenDecoderEmitter.cpp:1733
@@ -1732,2 +1732,3 @@
std::string InstDecoder = Def.getValueAsString("DecoderMethod");
+ if (InstDecoder == "NONE") return false;
if (InstDecoder != "") {
----------------
tstellarAMD wrote:
> This change needs to be in a separate patch.
I found out isAsmParserOnly=1 does the job, so I'll remove this.
http://reviews.llvm.org/D16723
More information about the llvm-commits
mailing list