This change adds the AVR assembly instruction printer.
No tests are included in this patch. I have left them downstream so we can
add them once llc successfully runs (there's very few components left
to upstream until this).
Paths
| Differential D25028
[AVR] Add the assembly instruction printer ClosedPublic Authored by dylanmckay on Sep 28 2016, 8:18 AM.
Details Summary This change adds the AVR assembly instruction printer. No tests are included in this patch. I have left them downstream so we can
Diff Detail Event Timelinedylanmckay updated this object.
This revision is now accepted and ready to land.Sep 30 2016, 4:54 AM Closed by commit rL282854: [AVR] Add the assembly instruction printer (authored by dylanmckay). · Explain WhySep 30 2016, 7:10 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 72950 lib/Target/AVR/CMakeLists.txt
lib/Target/AVR/InstPrinter/AVRInstPrinter.h
lib/Target/AVR/InstPrinter/AVRInstPrinter.cpp
lib/Target/AVR/InstPrinter/CMakeLists.txt
lib/Target/AVR/InstPrinter/LLVMBuild.txt
lib/Target/AVR/LLVMBuild.txt
|
Please prefer to spell out the type when it's not immediately obvious what the type is. In a case like this there is not much to be saved by using auto anyway.