This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-01-05 12:31:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
release_35
llvm-6502
/
test
/
Transforms
/
LoopVectorize
/
X86
History
Mark Heffernan
bc7f1aba2d
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@213588
91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-21 23:11:03 +00:00
..
already-vectorized.ll
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
2014-07-21 23:11:03 +00:00
avx1.ll
avx512.ll
[X86] AVX512: Enable it in the Loop Vectorizer
2014-07-09 18:22:33 +00:00
constant-vector-operand.ll
conversion-cost.ll
cost-model.ll
fp32_to_uint32-cost-model.ll
fp64_to_uint32-cost-model.ll
fp_to_sint8-cost-model.ll
gather-cost.ll
gcc-examples.ll
illegal-parallel-loop-uniform-write.ll
lit.local.cfg
metadata-enable.ll
Rename loop unrolling and loop vectorizer metadata to have a common prefix.
2014-06-25 15:41:00 +00:00
min-trip-count-switch.ll
no-vector.ll
parallel-loops-after-reg2mem.ll
parallel-loops.ll
rauw-bug.ll
reduction-crash.ll
small-size.ll
[LoopVectorize] Use AA to partition potential dependency checks
2014-07-20 23:07:52 +00:00
struct-store.ll
tripcount.ll
uint64_to_fp64-cost-model.ll
unroll_selection.ll
unroll-pm.ll
unroll-small-loops.ll
vect.omp.force.ll
Rename loop unrolling and loop vectorizer metadata to have a common prefix.
2014-06-25 15:41:00 +00:00
vect.omp.force.small-tc.ll
Rename loop unrolling and loop vectorizer metadata to have a common prefix.
2014-06-25 15:41:00 +00:00
vector_ptr_load_store.ll
[LoopVectorize] Use AA to partition potential dependency checks
2014-07-20 23:07:52 +00:00
vector-scalar-select-cost.ll
vectorization-remarks-missed.ll
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
2014-07-21 23:11:03 +00:00
vectorization-remarks.ll
Add Rpass-missed and Rpass-analysis reports to the loop vectorizer. The remarks give the vector width of vectorized loops and a brief analysis of loops that fail to be vectorized. For example, an analysis will be generated for loops containing control flow that cannot be simplified to a select. The optimization remarks also give the debug location of expressions that cannot be vectorized, for example the location of an unvectorizable call.
2014-06-25 17:50:15 +00:00
x86_fp80-vector-store.ll