summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/MDBuilderTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-161-12/+0
| | | | llvm-svn: 154850
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-161-19/+45
| | | | | | | | | through the use of 'fpmath' metadata. Currently this only provides a 'fpaccuracy' value, which may be a number in ULPs or the keyword 'fast', however the intent is that this will be extended with additional information about NaN's, infinities etc later. No optimizations have been hooked up to this so far. llvm-svn: 154822
* Add the MDBuilder helper class for conveniently creating metadata.Duncan Sands2012-04-151-0/+91
llvm-svn: 154766
OpenPOWER on IntegriCloud