summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/truncstore-dag-combine.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix some erroneous lit test failures due to unlucky name of working directory.Mitch Bodart2016-02-171-4/+6
| | | | | | Differential Revision: http://reviews.llvm.org/D17044 llvm-svn: 261104
* [opaque pointer type] Add textual IR support for explicit type parameter to ↵David Blaikie2015-02-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | load instruction Essentially the same as the GEP change in r230786. A similar migration script can be used to update test cases, though a few more test case improvements/changes were required this time around: (r229269-r229278) import fileinput import sys import re pat = re.compile(r"((?:=|:|^)\s*load (?:atomic )?(?:volatile )?(.*?))(| addrspace\(\d+\) *)\*($| *(?:%|@|null|undef|blockaddress|getelementptr|addrspacecast|bitcast|inttoptr|\[\[[a-zA-Z]|\{\{).*$)") for line in sys.stdin: sys.stdout.write(re.sub(pat, r"\1, \2\3*\4", line)) Reviewers: rafael, dexonsmith, grosser Differential Revision: http://reviews.llvm.org/D7649 llvm-svn: 230794
* ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool2014-04-031-2/+5
| | | | | | | | | | | | | This changes the tests that were targeting ARM EABI to explicitly specify the environment rather than relying on the default. This breaks with the new Windows on ARM support when running the tests on Windows where the default environment is no longer EABI. Take the opportunity to avoid a pointless redirect (helps when trying to debug with providing a command line invocation which can be copy and pasted) and removing a few greps in favour of FileCheck. llvm-svn: 205541
* Change some ARM subtarget features to be single bit yes/no in order to sink ↵Evan Cheng2011-07-071-2/+2
| | | | | | them down to MC layer. Also fix tests. llvm-svn: 134590
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-2/+2
| | | | llvm-svn: 81293
* new testcaseChris Lattner2007-10-131-0/+18
llvm-svn: 42953
OpenPOWER on IntegriCloud