Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600: Remove redundant test | Matt Arsenault | 2015-01-18 | 1 | -13/+0 |
| | | | | | | This is already covered in ftrunc.ll llvm-svn: 226412 | ||||
* | R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ↵ | Tom Stellard | 2014-10-01 | 1 | -1/+1 |
| | | | | | | table llvm-svn: 218776 | ||||
* | R600: Allow ftrunc | Tom Stellard | 2013-12-20 | 1 | -0/+13 |
v2: Add ftrunc->TRUNC pattern instead of replacing int_AMDGPU_trunc v3: move ftrunc pattern next to TRUNC definition, it's available since R600 Patch By: Jan Vesely Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 197783 |