This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
test
/
Transforms
/
LoopVectorize
/
X86
History
Nadav Rotem
30a65bc39e
Remove the -licm pass from the loop vectorizer test because the loop vectorizer does it now.
...
llvm-svn: 171930
2013-01-09 01:20:59 +00:00
..
avx1.ll
Add support for loops that don't start with Zero.
2012-10-31 00:45:26 +00:00
conversion-cost.ll
Teach the cost model about the optimization in r169904: Truncation of induction variables costs the same as scalar trunc.
2012-12-13 00:21:03 +00:00
cost-model.ll
Loop Vectorizer: Update the cost model of scatter/gather operations and make
2012-12-23 07:23:55 +00:00
gcc-examples.ll
Remove the -licm pass from the loop vectorizer test because the loop vectorizer does it now.
2013-01-09 01:20:59 +00:00
lit.local.cfg
…
no-vector.ll
Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.
2012-12-19 14:34:28 +00:00
struct-store.ll
Fix typo "Makre" -> "Make".
2012-12-24 19:55:47 +00:00
unroll-small-loops.ll
LoopVectorizer: When we vectorizer and widen loops we process many elements at once. This is a good thing, except for
2013-01-07 21:54:51 +00:00