summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/llvm.AMDGPU.bfe.u32.ll
Commit message (Collapse)AuthorAgeFilesLines
* R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ↵Tom Stellard2014-10-011-44/+44
| | | | | | table llvm-svn: 218776
* R600: Try to convert BFE back to standard bit ops when possible.Matt Arsenault2014-05-221-5/+100
| | | | | | | This allows existing DAG combines to work on them, and then we can re-match to BFE if necessary during instruction selection. llvm-svn: 209462
* R600: Add dag combine for BFEMatt Arsenault2014-05-221-0/+419
| | | | llvm-svn: 209461
* R600: Add BFE, BFI, and BFM intrinsics to help with writing tests.Matt Arsenault2014-03-311-0/+40
llvm-svn: 205236
OpenPOWER on IntegriCloud