summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/NVPTX/fp-literals.ll
Commit message (Collapse)AuthorAgeFilesLines
* [NVPTX] Improve handling of FP fusionJustin Holewinski2014-07-171-1/+4
| | | | | | | | | We now consider the FPOpFusion flag when determining whether to fuse ops. We also explicitly emit add.rn when fusion is disabled to prevent ptxas from fusing the operations on its own. llvm-svn: 213287
* [NVPTX] Rename registers %fl -> %fd and %rl -> %rdJustin Holewinski2014-07-161-1/+1
| | | | | | This matches the internal behavior of NVIDIA tools like libnvvm. llvm-svn: 213168
* [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-061-0/+18
This change converts the NVPTX target to use the MC infrastructure instead of directly emitting MachineInstr instances. This brings the target more up-to-date with LLVM TOT, and should fix PR15175 and PR15958 (libNVPTXInstPrinter is empty) as a side-effect. llvm-svn: 187798
OpenPOWER on IntegriCloud