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
/
ARM
History
Florian Hahn
3ec6f805c5
[VPlan] Don't created GEP x, 0 for interleave group pointers.
...
The GEP with offet 0 is redundant, remove it. This addresses a TODO from 7f74651837b ((
#106431
).
2024-10-08 12:08:13 +01:00
..
arm-ieee-vectorize.ll
…
arm-unroll.ll
…
gather-cost.ll
…
gcc-examples.ll
…
interleaved_cost.ll
[LV] Update tests to not have dead interleave groups.
2024-07-21 14:03:40 +01:00
lit.local.cfg
…
mve-gather-scatter-tailpred.ll
[VPlan] Don't created GEP x, 0 for interleave group pointers.
2024-10-08 12:08:13 +01:00
mve-hoist-runtime-checks.ll
…
mve-icmpcost.ll
…
mve-interleaved-cost.ll
[LV] Assign cost to all interleave members when not interleaving.
2024-09-11 21:04:34 +01:00
mve-known-trip-count.ll
…
mve-maskedldst.ll
…
mve-multiexit.ll
…
mve-predstorecost.ll
…
mve-qabs.ll
[InstCombine] Remove some of the complexity-based canonicalization (
#91185
)
2024-08-21 12:02:54 +02:00
mve-recurrence.ll
…
mve-reduction-predselect.ll
Prefer use of 0.0 over -0.0 for fadd reductions w/nsz (in IR) (
#106770
)
2024-09-03 09:16:37 -07:00
mve-reduction-types.ll
Prefer use of 0.0 over -0.0 for fadd reductions w/nsz (in IR) (
#106770
)
2024-09-03 09:16:37 -07:00
mve-reductions.ll
[InstCombine] Remove some of the complexity-based canonicalization (
#91185
)
2024-08-21 12:02:54 +02:00
mve-saddsatcost.ll
[ARM] Add scalar add_sat costs. (
#100988
)
2024-08-05 18:56:04 +01:00
mve-selectandorcost.ll
Prefer use of 0.0 over -0.0 for fadd reductions w/nsz (in IR) (
#106770
)
2024-09-03 09:16:37 -07:00
mve-shiftcost.ll
…
mve-vldn.ll
…
pointer_iv.ll
[InstCombine] Remove some of the complexity-based canonicalization (
#91185
)
2024-08-21 12:02:54 +02:00
prefer-tail-loop-folding.ll
…
scalar-block-cost.ll
…
sphinx.ll
Prefer use of 0.0 over -0.0 for fadd reductions w/nsz (in IR) (
#106770
)
2024-09-03 09:16:37 -07:00
tail-fold-multiple-icmps.ll
[InstCombine] Remove some of the complexity-based canonicalization (
#91185
)
2024-08-21 12:02:54 +02:00
tail-folding-allowed.ll
…
tail-folding-counting-down.ll
…
tail-folding-loop-hint.ll
…
tail-folding-not-allowed.ll
[VPlan] Model branch cond to enter scalar epilogue in VPlan. (
#92651
)
2024-07-05 10:08:42 +01:00
tail-folding-prefer-flag.ll
…
tail-folding-reduces-vf.ll
…
tail-folding-reductions-allowed.ll
…
tail-folding-scalar-epilogue-fallback.ll
…
vector_cast.ll
…
width-detect.ll
…