Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/Xtensa/Disassembler/XtensaDisassembler.cpp | ||
---|---|---|
29 | using is more common in newer code. This doesn't have to copy from other targets. |
Comment Actions
Patch is updated according to LLVM upstream version and latest Xtensa backend version.
Comment Actions
Correct instruction descriptions, format descriptions and instruction operands according to common style for *.td files. The llvm_unreachable is substituted to report_fatal_error.