summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/div.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Lower i128 divisions to runtime library callsDylan McKay2018-03-191-0/+52
| | | | | | | | | | | This patch adds i128 division support by instruction LLVM to lower 128-bit divisions to the __udivmodti4 and __divmodti4 rtlib functions. This also adds test for 64-bit division and 128-bit division. Patch by Peter Nimmervoll. llvm-svn: 327814
* [AVR] Add a selection of CodeGen testsDylan McKay2016-11-091-0/+64
Summary: This adds all of the CodeGen tests which currently pass. Reviewers: arsenm, kparzysz Subscribers: japaric, wdng Differential Revision: https://reviews.llvm.org/D26388 llvm-svn: 286418
OpenPOWER on IntegriCloud