summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/log2_not_readnone.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert r151816 as Jim has the appropriate fix.Chad Rosier2012-03-011-2/+2
| | | | llvm-svn: 151818
* Fix testcases from r151807.Chad Rosier2012-03-011-2/+2
| | | | llvm-svn: 151816
* Add missing triple for tests.Jim Grosbach2012-03-011-1/+1
| | | | | | Make darwin bots happier. llvm-svn: 151813
* Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ↵James Molloy2012-03-011-0/+15
though they could have sideeffects. Only allow log2/exp2 to be converted to an intrinsic if they are declared "readnone". llvm-svn: 151807
OpenPOWER on IntegriCloud