.. |
already-vectorized.ll
|
…
|
|
assume.ll
|
…
|
|
avx1.ll
|
…
|
|
avx512.ll
|
[X86] Add support for passing 'prefer-vector-width' function attribute into X86Subtarget and exposing via X86's getRegisterWidth TTI interface.
|
2018-01-20 00:26:08 +00:00 |
consecutive-ptr-cg-bug.ll
|
[SCEV] Smart range calculation for SCEVUnknown Phis
|
2018-03-01 06:56:48 +00:00 |
consecutive-ptr-uniforms.ll
|
…
|
|
constant-fold.ll
|
[LV] Do not create SCEVs on broken IR in emitTransformedIndex. PR39160
|
2018-10-08 05:46:29 +00:00 |
constant-vector-operand.ll
|
…
|
|
conversion-cost.ll
|
…
|
|
cost-model.ll
|
…
|
|
float-induction-x86.ll
|
…
|
|
force-ifcvt.ll
|
…
|
|
fp32_to_uint32-cost-model.ll
|
…
|
|
fp64_to_uint32-cost-model.ll
|
…
|
|
fp_to_sint8-cost-model.ll
|
…
|
|
funclet.ll
|
…
|
|
gather-cost.ll
|
…
|
|
gather-vs-interleave.ll
|
[X86][LoopVectorize] Replace -mcpu=skylake-avx512 with -mattr=avx512f in some tests that failed when experimenting with defaulting to -mprefer-vector-width=256 for skylake-avx512.
|
2018-12-01 01:38:44 +00:00 |
gather_scatter.ll
|
[CostModel] Add more realistic SK_InsertSubvector generic costs.
|
2018-11-12 15:20:24 +00:00 |
gcc-examples.ll
|
…
|
|
illegal-parallel-loop-uniform-write.ll
|
[LV] Teach vectorizer about variant value store into uniform address
|
2018-10-16 15:46:26 +00:00 |
imprecise-through-phis.ll
|
revert r325515: [TTI CostModel] change default cost of FP ops to 1 (PR36280)
|
2018-02-21 01:42:52 +00:00 |
int128_no_gather.ll
|
…
|
|
interleaving.ll
|
…
|
|
invariant-load-gather.ll
|
[X86][LoopVectorize] Replace -mcpu=skylake-avx512 with -mattr=avx512f in some tests that failed when experimenting with defaulting to -mprefer-vector-width=256 for skylake-avx512.
|
2018-12-01 01:38:44 +00:00 |
invariant-store-vectorization.ll
|
[X86][LoopVectorize] Replace -mcpu=skylake-avx512 with -mattr=avx512f in some tests that failed when experimenting with defaulting to -mprefer-vector-width=256 for skylake-avx512.
|
2018-12-01 01:38:44 +00:00 |
lit.local.cfg
|
…
|
|
masked_load_store.ll
|
[InstCombine] reverse 'trunc X to <N x i1>' canonicalization; 2nd try
|
2018-10-10 20:47:46 +00:00 |
max-mstore.ll
|
…
|
|
metadata-enable.ll
|
[LV] Preserve inbounds on created GEPs
|
2018-05-01 15:35:08 +00:00 |
min-trip-count-switch.ll
|
…
|
|
mul_slm_16bit.ll
|
…
|
|
no-vector.ll
|
…
|
|
no_fpmath.ll
|
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
|
2018-05-09 02:40:45 +00:00 |
no_fpmath_with_hotness.ll
|
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
|
2018-05-09 02:40:45 +00:00 |
optsize.ll
|
[LV] Avoid vectorizing loops under opt for size that involve SCEV checks
|
2018-11-02 09:16:12 +00:00 |
parallel-loops-after-reg2mem.ll
|
…
|
|
parallel-loops.ll
|
…
|
|
powof2div.ll
|
…
|
|
pr23997.ll
|
[X86][CET] Changing -fcf-protection behavior to comply with gcc (LLVM part)
|
2018-05-18 11:58:25 +00:00 |
pr34438.ll
|
…
|
|
pr35432.ll
|
Revert "[SCEV][NFC] Check NoWrap flags before lexicographical comparison of SCEVs"
|
2018-08-27 21:41:37 +00:00 |
pr36524.ll
|
Revert r325687 (workaround for PR36032).
|
2018-03-22 22:04:39 +00:00 |
pr39160.ll
|
[LV] Move test for r343954 into x86 subdirectory
|
2018-10-09 22:40:04 +00:00 |
propagate-metadata.ll
|
…
|
|
ptr-indvar-crash.ll
|
…
|
|
rauw-bug.ll
|
…
|
|
reduction-crash.ll
|
…
|
|
reduction-small-size.ll
|
…
|
|
redundant-vf2-cost.ll
|
Move redundant-vf2-cost.ll test to X86 directory
|
2018-06-15 18:46:03 +00:00 |
reg-usage-debug.ll
|
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
|
2018-05-09 02:40:45 +00:00 |
reg-usage.ll
|
…
|
|
register-assumption.ll
|
…
|
|
scatter_crash.ll
|
…
|
|
slm-no-vectorize.ll
|
…
|
|
small-size.ll
|
[LV] Fold tail by masking to vectorize loops of arbitrary trip count under opt for size
|
2018-10-18 15:03:15 +00:00 |
strided_load_cost.ll
|
…
|
|
struct-store.ll
|
…
|
|
svml-calls-finite.ll
|
…
|
|
svml-calls.ll
|
[TargetLibraryInfo] add mappings from LLVM sin/cos intrinsics to SVML calls
|
2018-06-07 18:21:24 +00:00 |
tripcount.ll
|
…
|
|
uint64_to_fp64-cost-model.ll
|
[CostModel][X86] Add realistic vXi64 uitofp vXf64 costs
|
2018-10-25 13:06:20 +00:00 |
uniform-phi.ll
|
[LV] First order recurrence phis should not be treated as uniform
|
2018-09-04 22:12:23 +00:00 |
uniform_load.ll
|
…
|
|
uniformshift.ll
|
…
|
|
unroll-pm.ll
|
…
|
|
unroll-small-loops.ll
|
…
|
|
unroll_selection.ll
|
…
|
|
veclib-calls.ll
|
…
|
|
vect.omp.force.ll
|
…
|
|
vect.omp.force.small-tc.ll
|
[LV] Fold tail by masking to vectorize loops of arbitrary trip count under opt for size
|
2018-10-18 15:03:15 +00:00 |
vector-scalar-select-cost.ll
|
…
|
|
vector_max_bandwidth.ll
|
NFC - Various typo fixes in tests
|
2018-07-04 13:28:39 +00:00 |
vector_ptr_load_store.ll
|
…
|
|
vectorization-remarks-loopid-dbg.ll
|
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
|
2018-05-09 02:40:45 +00:00 |
vectorization-remarks-missed.ll
|
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
|
2018-05-09 02:40:45 +00:00 |
vectorization-remarks-profitable.ll
|
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
|
2018-05-09 02:40:45 +00:00 |
vectorization-remarks.ll
|
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
|
2018-05-09 02:40:45 +00:00 |
vectorize-only-for-real.ll
|
…
|
|
x86-interleaved-accesses-masked-group.ll
|
[LV] Support vectorization of interleave-groups that require an epilog under
|
2018-10-31 09:57:56 +00:00 |
x86-pr39099.ll
|
[IAI,LV] Avoid creating interleave-groups for predicated accesse
|
2018-10-07 06:57:25 +00:00 |
x86-predication.ll
|
…
|
|
x86_fp80-vector-store.ll
|
…
|
|