[PATCH] D37983: Add instruction subset for the ARC backend

Tatyana Krasnukha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 09:38:24 PST 2017


tatyana-krasnukha updated this revision to Diff 123962.
tatyana-krasnukha removed a reviewer: modocache.
tatyana-krasnukha added a comment.

When I added instructions, I didn't care about properties like isBranch, isBarrier, etc., because didn't know its purpose. But it was found that debugger cannot step over a range of instructions correctly without this knowing, thus, I've added appropriate fields to instructions.

Also, replaced empty { } with ;


Repository:
  rL LLVM

https://reviews.llvm.org/D37983

Files:
  lib/Target/ARC/ARCInstrFormats.td
  lib/Target/ARC/ARCInstrInfo.td
  lib/Target/ARC/Disassembler/ARCDisassembler.cpp
  lib/Target/ARC/InstPrinter/ARCInstPrinter.cpp
  test/MC/Disassembler/ARC/alu.txt
  test/MC/Disassembler/ARC/compact.txt
  test/MC/Disassembler/ARC/misc.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37983.123962.patch
Type: text/x-patch
Size: 55220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171122/dfe13976/attachment.bin>


More information about the llvm-commits mailing list