[PATCH] D41821: [MIPS] Disassemble the 0xefefefef trap padding used by LLD
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 8 11:44:46 PST 2018
atanasyan added a comment.
In fact, 0xef (111011b to be precise) is a valid start for the swc3 mips instruction. Take a look at LLVM test\MC\Disassembler\Mips\mips2\valid-mips2.txt. Right now I do not know why llvm-objdump does not show a correct instruction instead of "<unknown>". By the way GNU objdump shows "swc3 $15,-4113(ra)" for "efefefef".
https://reviews.llvm.org/D41821
More information about the llvm-commits
mailing list