summaryrefslogtreecommitdiff
path: root/lib/Target/R600/SILowerI1Copies.cpp
Commit message (Collapse)AuthorAge
* R600/SI: Use VALU instructions for i1 opsTom Stellard2014-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208885 91177308-0d34-0410-b5e6-96231b3b80d8
* R600/SI: Use VALU instructions for copying i1 valuesTom Stellard2014-04-30
We can't use SALU instructions for this since they ignore the EXEC mask and are always executed. This fixes several OpenCV tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207661 91177308-0d34-0410-b5e6-96231b3b80d8