summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/fract.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Add fract intrinsicMatt Arsenault2016-05-281-22/+38
| | | | | | | | | Remove broken patterns matching it. This was matching the unsafe math pattern and expanding the fix for the buggy instruction from the pattern. The problems are also on CI. Remove the workarounds and only use fract with unsafe math or from the intrinsic. llvm-svn: 271078
* AMDGPU: Remove AMDGPU.fract intrinsicMatt Arsenault2016-01-221-0/+58
Mesa doesn't use this, and this is pattern matched already from fsub x, (ffloor x) llvm-svn: 258513
OpenPOWER on IntegriCloud