[AVR] Add the AVRMCInstLower class
authorDylan McKay <dylanmckay34@gmail.com>
Fri, 7 Oct 2016 06:13:09 +0000 (06:13 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Fri, 7 Oct 2016 06:13:09 +0000 (06:13 +0000)
commite5d89e8001568946bff29ee090e18e7805959a1d
tree7ff47155c17d8fb52d5772a5fe6a76f4859d8a3d
parent93401f4b5ec75b6e70ec53bc0716a7b1e29880d9
[AVR] Add the AVRMCInstLower class

Summary:
This class deals with the lowering of CodeGen `MachineInstr` objects to
MC `MCInst` objects.

Reviewers: kparzysz, arsenm

Subscribers: wdng, beanz, japaric, mgorny

Differential Revision: https://reviews.llvm.org/D25269

llvm-svn: 283522
llvm/lib/Target/AVR/AVRMCInstLower.cpp [new file with mode: 0644]
llvm/lib/Target/AVR/AVRMCInstLower.h [new file with mode: 0644]
llvm/lib/Target/AVR/CMakeLists.txt