summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/relax-mem
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Fix the testsuite after '%' changed to '$' in MIRDylan McKay2018-02-081-9/+9
| | | | llvm-svn: 324583
* MIRTests: Remove unnecessary 2>&1 redirectionMatthias Braun2017-02-221-1/+1
| | | | | | | llc mir output goes to stdout nowadays, so the 2>&1 is not necessary anymore for most tests. llvm-svn: 295859
* [AVR] Add an 'relax memory operation' passDylan McKay2016-12-131-0/+31
Summary: This pass will be used to relax instructions which use out of bounds memory accesses to equivalent operations that can work with the addresses. The pass currently implements relaxation for the STDWPtrQRr instruction. Without this pass, an assertion error would be hit in the pseudo expansion pass. In the future, we will need to add more instructions to this pass. We can do that on a case-by-case basic. Reviewers: arsenm, kparzysz Subscribers: wdng, llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D27650 llvm-svn: 289517
OpenPOWER on IntegriCloud