summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/funcall.ll
Commit message (Collapse)AuthorAgeFilesLines
* LoopVectorize: Math functions only read rounding modeArnold Schwaighofer2013-07-011-0/+32
Math functions are mark as readonly because they read the floating point rounding mode. Because we don't vectorize loops that would contain function calls that set the rounding mode it is safe to ignore this memory read. llvm-svn: 185299
OpenPOWER on IntegriCloud