Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even...
Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even though they could have sideeffects. Only allow log2/exp2 to be converted to an intrinsic if they are declared "readnone". llvm-svn: 151807
Loading
Please register or sign in to comment