summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/cpp-new-array.ll
Commit message (Collapse)AuthorAgeFilesLines
* Loop Vectorize: optimize the vectorization of trunc(induction_var). The ↵Nadav Rotem2012-12-111-1/+1
| | | | | | truncation is now done on scalars. llvm-svn: 169904
* LoopVectorizer: Add a basic cost model which uses the VTTI interface.Nadav Rotem2012-10-241-1/+1
| | | | llvm-svn: 166620
* Use the AliasAnalysis isIdentifiedObj because it also understands mallocs ↵Nadav Rotem2012-10-231-0/+46
and c++ news. PR14158. llvm-svn: 166491
OpenPOWER on IntegriCloud