Displaying 1 result from an estimated 1 matches for "d26869".
2016 Nov 28
2
Loop Vectorize: Testing cost model driven transformations
Note: This is a continuation of a discussion over at
https://reviews.llvm.org/D26869.
Hi all,
In a discussion over on llvm-commits, we are debating how best to test loop
vectorization transformations that are guided by the cost model. The cost
model is currently used primarily for determining the vectorization and
interleave factors. Both of these parameters are easily overridden...