[AVR] Add instruction selection lowering code

Summary: This adds AVRISelLowering.cpp

Reviewers: arsenm, kparzysz

Subscribers: llvm-commits, modocache, japaric, wdng, beanz, mgorny

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285790 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dylan McKay 2016-11-02 06:47:40 +00:00
parent 701a1ef4ef
commit 0586c7bf63
2 changed files with 1938 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,6 +21,7 @@ add_llvm_target(AVRCodeGen
AVRFrameLowering.cpp
AVRInstrInfo.cpp
AVRISelDAGToDAG.cpp
AVRISelLowering.cpp
AVRMCInstLower.cpp
AVRRegisterInfo.cpp
AVRSubtarget.cpp