summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/vector-intrinsic-call-cost.ll
Commit message (Collapse)AuthorAgeFilesLines
* [LoopVectorize] Pass unfiltered list of arguments to getIntrinsicInstCost.Florian Hahn2019-07-151-0/+30
We do not compute the scalarization overhead in getVectorIntrinsicCost and TTI::getIntrinsicInstrCost requires the full arguments list. llvm-svn: 366049
OpenPOWER on IntegriCloud