]> granicus.if.org Git - llvm/commit
[AVR] Add a selection of CodeGen tests
authorDylan McKay <dylanmckay34@gmail.com>
Wed, 9 Nov 2016 23:46:52 +0000 (23:46 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Wed, 9 Nov 2016 23:46:52 +0000 (23:46 +0000)
commit619ca04281bd9458742c31db9cf43fc460c7fc6e
tree25ddd92db8b4cd30a2af599579712a9714490f43
parent64af2512f18ad5452fdf423c5c88cdf8f12faa0f
[AVR] Add a selection of CodeGen tests

Summary: This adds all of the CodeGen tests which currently pass.

Reviewers: arsenm, kparzysz

Subscribers: japaric, wdng

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286418 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
test/CodeGen/AVR/atomics/load32.ll [new file with mode: 0644]
test/CodeGen/AVR/atomics/load64.ll [new file with mode: 0644]
test/CodeGen/AVR/atomics/swap.ll [new file with mode: 0644]
test/CodeGen/AVR/ctpop.ll [new file with mode: 0644]
test/CodeGen/AVR/div.ll [new file with mode: 0644]
test/CodeGen/AVR/features/avr-tiny.ll [new file with mode: 0644]
test/CodeGen/AVR/features/avr25.ll [new file with mode: 0644]
test/CodeGen/AVR/impossible-reg-to-reg-copy.ll [new file with mode: 0644]
test/CodeGen/AVR/inline-asm2.ll [new file with mode: 0644]
test/CodeGen/AVR/issue-cannot-select-bswap.ll [new file with mode: 0644]
test/CodeGen/AVR/lower-formal-arguments-assertion.ll [new file with mode: 0644]
test/CodeGen/AVR/mul.ll [new file with mode: 0644]
test/CodeGen/AVR/neg.ll [new file with mode: 0644]
test/CodeGen/AVR/progmem-extended.ll [new file with mode: 0644]
test/CodeGen/AVR/rem.ll [new file with mode: 0644]
test/CodeGen/AVR/runtime-trig.ll [new file with mode: 0644]
test/CodeGen/AVR/select-must-add-unconditional-jump.ll [new file with mode: 0644]
test/CodeGen/AVR/sign-extension.ll [new file with mode: 0644]
test/CodeGen/AVR/trunc.ll [new file with mode: 0644]