summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/inlineasm-cnstrnt-bad-O.ll
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Name inline asm constraint test cases in a uniform manner. NFCSimon Atanasyan2019-07-171-16/+0
| | | | llvm-svn: 366302
* [mips] Use addiu in inline assembly tests since addi is not available in all ↵Daniel Sanders2014-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | ISA's Summary: This patch is necessary so that they do not fail on MIPS32r6/MIPS64r6 when -integrated-as is enabled by default and we correctly detect the host CPU. No functional change since these tests are testing the behaviour of the constraint used for the third operand rather than the mnemonic. Depends on D3842 Reviewers: zoran.jovanovic, jkolek, vmedic Reviewed By: vmedic Differential Revision: http://reviews.llvm.org/D3843 llvm-svn: 209421
* Add support for the 'O' constraint.Eric Christopher2012-05-071-0/+16
Patch by Jack Carter. llvm-svn: 156285
OpenPOWER on IntegriCloud