summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/SILowerI1Copies.cpp
Commit message (Collapse)AuthorAgeFilesLines
* R600/SI: Use VALU instructions for i1 opsTom Stellard2014-05-151-1/+19
| | | | llvm-svn: 208885
* R600/SI: Use VALU instructions for copying i1 valuesTom Stellard2014-04-301-0/+130
We can't use SALU instructions for this since they ignore the EXEC mask and are always executed. This fixes several OpenCV tests. llvm-svn: 207661
OpenPOWER on IntegriCloud