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
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
test
/
Transforms
/
SLPVectorizer
History
Alexey Bataev
30d484fa99
[SLP]Fix a crash when trying to convert masked gather nodes to strided.
...
Need to check if the loads node is masked gather. Only vectorized loads can be converted to strided.
2024-05-22 08:08:56 -07:00
..
AArch64
[ConstantFolding] Canonicalize constexpr GEPs to i8 (
#89872
)
2024-05-20 11:47:30 +02:00
AMDGPU
[AMDGPU] Vectorize more 16 bit shuffles (
#90648
)
2024-05-21 09:21:36 -07:00
ARM
…
NVPTX
…
PowerPC
…
RISCV
[SLP]Fix a crash when trying to convert masked gather nodes to strided.
2024-05-22 08:08:56 -07:00
SystemZ
[SLP]Fix PR91467: Look through scalar cast, when trying to cast to another type.
2024-05-09 04:19:43 -07:00
VE
…
WebAssembly
[InstCombine] Canonicalize constant GEPs to i8 source element type (
#68882
)
2024-01-24 15:25:29 +01:00
X86
[ConstantFolding] Canonicalize constexpr GEPs to i8 (
#89872
)
2024-05-20 11:47:30 +02:00
XCore
…
alt-cmp-vectorize.ll
[SLP]Improve minbitwidth analysis.
2024-03-19 08:19:45 -07:00
alternate-non-profitable.ll
[SLP]Buildvector for alternate instructions with non-profitable gather operands.
2024-04-10 14:33:56 -04:00
const-bool-logical-or-reduction.ll
…
ext-after-phi-node.ll
[SLP]Fix PR90780: insert cast instruction for PHI nodes after all phi nodes.
2024-05-02 06:30:14 -07:00
insertelement-across-zero.ll
[SLP]Fix PR89187: fixx assertion check.
2024-04-18 04:22:25 -07:00
int_sideeffect.ll
…
is_fpclass.ll
…
orig-btiwidth-les-projected.ll
[SLP]Fix comparison in bitwidth check.
2024-03-21 04:24:34 -07:00
phi-not-ordered.ll
…
reschedule.ll
…
slp-hr-with-reuse.ll
…
slp-max-phi-size.ll
…
slp-max-reg-size.ll
…
slp-non-pow-2-insertelement.ll
…
slp-umax-rdx-matcher-crash.ll
[SLP]Improve reordering for consts, splats and ops from same nodes + improved analysis.
2024-05-01 07:34:06 -04:00
slp-variable-insertelement.ll
…
vectorizable-functions-inseltpoison.ll
…
vectorizable-functions.ll
…