summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/structurize.ll
Commit message (Collapse)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-83/+0
| | | | llvm-svn: 239657
* R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ↵Tom Stellard2014-10-011-1/+1
| | | | | | table llvm-svn: 218776
* R600: Enable the IR structurizer by defaultTom Stellard2013-11-181-1/+1
| | | | llvm-svn: 195031
* R600: Fix a crash in the AMDILCFGStructurizerTom Stellard2013-10-161-0/+83
We were calling llvm_unreachable() when failing to optimize the branch into if case. However, it is still possible for us to structurize the CFG by duplicating blocks even if this optimization fails. Reviewed-by: Vincent Lejeune<vljn at ovi.com> llvm-svn: 192813
OpenPOWER on IntegriCloud