summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/llvm.AMDGPU.umin.ll
Commit message (Collapse)AuthorAgeFilesLines
* R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ↵Tom Stellard2014-10-011-3/+3
| | | | | | table llvm-svn: 218776
* R600: Compute masked bits for min and maxMatt Arsenault2014-03-311-0/+15
| | | | llvm-svn: 205242
* R600/SI: Move instruction patterns to scalar versions.Matt Arsenault2014-03-211-9/+20
| | | | | | | Some of them also had the pattern on both, so this removes the duplication. llvm-svn: 204492
* R600/SI: Use -verify-machineinstrs for most testsTom Stellard2013-10-101-1/+1
| | | | | | | | | | We can't enable the verifier for tests with SI_IF and SI_ELSE, because these instructions are always followed by a COPY which copies their result to the next basic block. This violates the machine verifier's rule that non-terminators can not folow terminators. Reviewed-by: Vincent Lejeune<vljn at ovi.com> llvm-svn: 192366
* R600/SI: Add lit test coverage for the remaining patterns added recentlyMichel Danzer2013-05-141-0/+21
Reviewed-by: Christian König <christian.koenig@amd.com> llvm-svn: 181775
OpenPOWER on IntegriCloud