[AVR] Add MIR tests for pseudo instruction expansions
authorDylan McKay <dylanmckay34@gmail.com>
Thu, 8 Dec 2016 10:52:13 +0000 (10:52 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Thu, 8 Dec 2016 10:52:13 +0000 (10:52 +0000)
commit371117e7a554e58b21ca88dfd53d74aca6d0a703
tree80983c1fb6e825c942f2d14b92daf9af24a19d52
parent413c8e217f4e6f2443ed9bda3dd82b2e5bf36f1f
[AVR] Add MIR tests for pseudo instruction expansions

This adds tests for 13 pseudo instruction expansions.

llvm-svn: 289039
13 files changed:
llvm/test/CodeGen/AVR/pseudo/ADCWRdRr.mir [new file with mode: 0644]
llvm/test/CodeGen/AVR/pseudo/ANDIWRdK.mir [new file with mode: 0644]
llvm/test/CodeGen/AVR/pseudo/ANDWRdRr.mir [new file with mode: 0644]
llvm/test/CodeGen/AVR/pseudo/COMWRd.mir [new file with mode: 0644]
llvm/test/CodeGen/AVR/pseudo/CPCWRdRr.mir [new file with mode: 0644]
llvm/test/CodeGen/AVR/pseudo/CPWRdRr.mir [new file with mode: 0644]
llvm/test/CodeGen/AVR/pseudo/EORWRdRr.mir [new file with mode: 0644]
llvm/test/CodeGen/AVR/pseudo/ORIWRdK.mir [new file with mode: 0644]
llvm/test/CodeGen/AVR/pseudo/ORWRdRr.mir [new file with mode: 0644]
llvm/test/CodeGen/AVR/pseudo/SBCIWRdK.mir [new file with mode: 0644]
llvm/test/CodeGen/AVR/pseudo/SBCWRdRr.mir [new file with mode: 0644]
llvm/test/CodeGen/AVR/pseudo/SUBIWRdK.mir [new file with mode: 0644]
llvm/test/CodeGen/AVR/pseudo/SUBWRdRr.mir [new file with mode: 0644]