[AVR] Add tests for counting leading/trailing zeros
authorDylan McKay <dylanmckay34@gmail.com>
Wed, 16 Nov 2016 22:38:43 +0000 (22:38 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Wed, 16 Nov 2016 22:38:43 +0000 (22:38 +0000)
commit9701c42de92477b13e5d32870b3f3a14e0e777ea
tree0bc732717bd89b6caa3dd5ba6d29e4e13f3db189
parent066139a3ec1ea686e670bfb8afd5637463b65425
[AVR] Add tests for counting leading/trailing zeros

This adds two test files that verify the 'cttz' and 'ctlz' operations.

llvm-svn: 287172
llvm/test/CodeGen/AVR/ctlz.ll [new file with mode: 0644]
llvm/test/CodeGen/AVR/cttz.ll [new file with mode: 0644]