Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AVR] Fix the testsuite after '%' changed to '$' in MIR | Dylan McKay | 2018-02-08 | 1 | -3/+3 |
| | | | | llvm-svn: 324583 | ||||
* | MIRTests: Remove unnecessary 2>&1 redirection | Matthias Braun | 2017-02-22 | 1 | -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 MIR tests for pseudo instruction expansions | Dylan McKay | 2016-12-08 | 1 | -0/+24 |
This adds tests for 13 pseudo instruction expansions. llvm-svn: 289039 |