summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PTX/PTXFPRoundingModePass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move code into anonymous namespaces.Benjamin Kramer2011-11-261-2/+4
| | | | llvm-svn: 145154
* PTX: Add programmable rounding mode specifier for int <-> fp conversion instrs.Justin Holewinski2011-09-301-73/+97
| | | | | | Also take this opportunity to clean up the rounding mode pass. llvm-svn: 140854
* PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requiresJustin Holewinski2011-09-301-0/+155
us to manually provide Pat<> definitions for all FP instruction patterns. llvm-svn: 140849
OpenPOWER on IntegriCloud