summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Float2Int/float2int-optnone.ll
Commit message (Collapse)AuthorAgeFilesLines
* Reapply r233175 and r233183: float2int.James Molloy2015-03-271-0/+17
| | | | | | | | This re-adds float2int to the tree, after fixing PR23038. It turns out the argument to APSInt() is true-if-unsigned, rather than true-if-signed :(. Added testcase and explanatory comment. llvm-svn: 233370
* Revert r233175 and r233183 with it. This pulls float2int back out of the ↵Nick Lewycky2015-03-271-17/+0
| | | | | | tree, due to PR23038. llvm-svn: 233350
* [optnone] Skip pass Float2Int on optnone functions.Andrea Di Biagio2015-03-251-0/+17
Added test Float2Int/float2int-optnone.ll to verify that pass Float2Int is not run on optnone functions. llvm-svn: 233183
OpenPOWER on IntegriCloud