summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/log2_not_readnone.ll
Commit message (Collapse)AuthorAge
* Revert r151816 as Jim has the appropriate fix.Chad Rosier2012-03-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151818 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix testcases from r151807.Chad Rosier2012-03-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151816 91177308-0d34-0410-b5e6-96231b3b80d8
* Add missing triple for tests.Jim Grosbach2012-03-01
| | | | | | Make darwin bots happier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151813 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ↵James Molloy2012-03-01
though they could have sideeffects. Only allow log2/exp2 to be converted to an intrinsic if they are declared "readnone". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151807 91177308-0d34-0410-b5e6-96231b3b80d8