summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/select-cc.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Remove unneeded XFAILs from the Generic CodeGen testsDylan McKay2019-01-201-3/+0
| | | | | | | | These have been in place for quite a while now. Several bugs have since been fixed, and these tests now pass. llvm-svn: 351679
* [Hexagon] Unxfail passing tests Krzysztof Parzyszek2017-04-131-3/+0
| | | | | | | r300198 fixed a problem that caused two tests to be xfailed. Unxfail these tests now, since they are passing. llvm-svn: 300203
* [AVR] XFAIL a set of failing CodeGen testsDylan McKay2017-02-081-0/+5
| | | | | | | | | There are about 3 underlying bugs causing the tests to fail. On top of that, some tests just we're 'generic' enough. i.e. 32-bit registers. llvm-svn: 294434
* XFAIL some of the generic CodeGen tests for Hexagon.Jyotsna Verma2013-03-251-1/+1
| | | | | | | | | | | | test/CodeGen/Generic/2008-02-20-MatchingMem.ll: Test contains inline assembly not supported by Hexagon. Following tests are XFAILed due to multiple return values which Hexagon doesn't support. test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll test/CodeGen/Generic/select-cc.ll test/CodeGen/Generic/vector.ll llvm-svn: 177912
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Implement split and scalarize for SELECT_CC, fixing PR2504Chris Lattner2008-06-301-0/+9
llvm-svn: 52887
OpenPOWER on IntegriCloud