summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Reserve the Y register in all functionsDylan McKay2017-05-031-0/+1
| | | | llvm-svn: 302017
* [AVR] Disable integrated assembler for a few testsDylan McKay2017-02-221-1/+1
| | | | | | Fixes the build. llvm-svn: 295895
* [AVR] Fix and clean up the inline assembly testsDylan McKay2016-12-101-0/+203
There was a bug where we would hit an assertion if 'Q' was used as a constraint. I also removed hardcoded register names to prefer regexes so the tests don't break when the register allocator changes. llvm-svn: 289325
OpenPOWER on IntegriCloud