summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/uxt_rot.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Improve sxta{b|h} and uxta{b|h} testsSam Parker2016-08-101-7/+149
| | | | | | | | | | | | | Created a Thumb2 predicated pattern matcher that uses Thumb2 and HasT2ExtractPack and used it to redefine the patterns for sxta{b|h} and uxta{b|h}. Also used the similar patterns to fill in isel pattern gaps for the corresponding instructions in the ARM backend. The patch is mainly changes to tests since most of this functionality appears not to have been tested. Differential Revision: https://reviews.llvm.org/D23273 llvm-svn: 278207
* ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool2014-04-031-3/+11
| | | | | | | | | | | | | 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
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-3/+3
| | | | | | are either unreduced or only test old syntax. llvm-svn: 133228
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-3/+3
| | | | llvm-svn: 81293
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-3/+3
| | | | llvm-svn: 41097
* For PR1553:Reid Spencer2007-07-191-3/+3
| | | | | | | | Change the keywords for the zext and sext parameter attributes to be zeroext and signext so they don't conflict with the keywords for the instructions of the same name. This gets around the ambiguity. llvm-svn: 40069
* For PR1319: Upgrade to use new test harnessReid Spencer2007-04-151-5/+3
| | | | llvm-svn: 36076
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-2/+2
| | | | | | | | | | | | This feature is needed in order to support shifts of more than 255 bits on large integer types. This changes the syntax for llvm assembly to make shl, ashr and lshr instructions look like a binary operator: shl i32 %X, 1 instead of shl i32 %X, i8 1 Additionally, this should help a few passes perform additional optimizations. llvm-svn: 33776
* For PR761:Reid Spencer2007-01-261-3/+3
| | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
* ARM test cases contributed by Apple.Evan Cheng2007-01-191-0/+26
llvm-svn: 33354
OpenPOWER on IntegriCloud