summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Disassembler/ARM/invalid-IT-CC15.txt
Commit message (Collapse)AuthorAgeFilesLines
* ARM: correctly decode VFP instructions following unpredictable t2ITTim Northover2018-06-261-6/+6
| | | | | | | | | When the condition code for an IT instruction is "AL" we get strange "15" predicates on subsequent instructions. These are dealt with for most instructions by treating them as "ARMCC::AL", but VFP takes a different path which didn't have this code. llvm-svn: 335594
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-1/+1
| | | | | | | | | | versions of Bash. In addition, I can back out the change to the lit built-in shell test runner to support this. This should fix the majority of fallout on Darwin, but I suspect there will be a few straggling issues. llvm-svn: 159544
* Change ARMInstPrinter::printPredicateOperand() so it will not abort if itKevin Enderby2012-03-011-0/+18
runs into the undefined 15 condition code value. llvm-svn: 151844
OpenPOWER on IntegriCloud