summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUIntrinsicInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Change fdiv lowering based on !fpmath metadataMatt Arsenault2016-07-191-2/+12
| | | | | | | | | | | If 2.5 ulp is acceptable, denormals are not required, and isn't a reciprocal which will already be handled, replace with a faster fdiv. Simplify the lowering tests by using per function subtarget features. llvm-svn: 276051
* AMDGPU: R600 code splitting cleanupMatt Arsenault2016-03-111-3/+3
| | | | | | | Move a few functions only used by R600 to R600 specific code, fix header macros to stop using R600, mark classes as final. llvm-svn: 263204
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+48
llvm-svn: 239657
OpenPOWER on IntegriCloud